mv .gitignore. fix indents. update eslint config. use export and global to fix eslint errors

This commit is contained in:
iampeterbanjo
2016-11-15 05:46:35 +00:00
parent fc26dd926d
commit c0f43dcc54
4 changed files with 20 additions and 12 deletions
+9 -3
View File
@@ -1,10 +1,16 @@
{
"globals": {"chrome": true},
"globals": {
"browser": true,
"chrome": true
},
"rules": {
"no-set-state": "off"
},
"env": {
"browser": true,
"browser": true,
"es6": true
}
},
"extends": [
"eslint:recommended"
]
}