eslint fixes

This commit is contained in:
luke crouch
2021-02-10 15:35:14 -06:00
parent 9c80f19f2f
commit ff3c31637c
3 changed files with 18 additions and 17 deletions
+11 -11
View File
@@ -1,12 +1,12 @@
module.exports = {
env: {
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-restricted-globals": ["error", "browser"]
}
}
env: {
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-restricted-globals": ["error", "browser"]
}
};