limit ESLint to project folder (#4654)

This commit is contained in:
Jon Woyame 2016-06-19 02:51:21 -04:00 committed by Vladimir Agafonkin
parent d8a6ad4010
commit ad3f590dd0

View File

@ -30,6 +30,7 @@
"release": "./build/publish.sh"
},
"eslintConfig": {
"root": true,
"globals": {
"L": true
},