scratch-render/.eslintrc.js
2016-12-12 12:06:19 -08:00

4 lines
79 B
JavaScript

module.exports = {
root: true,
extends: ['scratch', 'scratch/node']
};