more .eslintrc.json and fixes

This commit is contained in:
YFdyh000
2017-07-09 06:12:28 +08:00
parent a547c672e7
commit 4af2a8a028
9 changed files with 51 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"env": {
"browser": true,
"es6": true,
"amd": true,
"webextensions": true
}
}