create working extension with eslint configured locally

This commit is contained in:
iampeterbanjo
2016-10-30 13:04:47 +01:00
parent 4b96f89caa
commit 23fe5e01db
10 changed files with 74 additions and 37 deletions
+4 -4
View File
@@ -2,11 +2,11 @@
"plugins": [
"mozilla"
],
"extends": [
"eslint:recommended",
"plugin:mozilla"
],
"rules": {
"no-set-state": "off"
},
"env": {
"es6": true
}
}