Add eslint config scratch

This commit is contained in:
DD Liu 2017-07-17 14:20:32 -04:00
parent 4e558380e7
commit eba604d242
4 changed files with 12 additions and 4 deletions

7
src/.eslintrc.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: ['scratch', 'scratch/es6', 'scratch/react'],
env: {
browser: true
}
};