scratch-paint/src/.eslintrc.js

8 lines
135 B
JavaScript
Raw Normal View History

2017-07-17 14:20:32 -04:00
module.exports = {
root: true,
extends: ['scratch', 'scratch/es6', 'scratch/react'],
env: {
browser: true
}
2017-07-25 11:35:56 -04:00
};