add eslint config and format build folder

This commit is contained in:
Clark Du 2017-03-27 11:47:57 +08:00
parent 39e7e56cf1
commit 1f9fbacfb8
6 changed files with 30 additions and 23 deletions

8
build/.eslintrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": [
"../.eslintrc.json"
],
"env": {
"node": true
}
}