scratch-www/src/.eslintrc.js
2018-01-30 10:36:08 -05:00

11 lines
202 B
JavaScript

module.exports = {
root: true,
extends: ['scratch', 'scratch/es6', 'scratch/react'],
env: {
browser: true
},
globals: {
process: true
},
plugins: ['json']
};