Fixed ESLint install

This commit is contained in:
Daniel van Noord
2021-01-31 13:55:47 +01:00
parent 4dd640ef4b
commit 6519497ffc

View File

@@ -4,6 +4,7 @@ module.exports = {
"es2021": true "es2021": true
}, },
"globals": { "globals": {
"module": "readonly",
"CM": "writable", "CM": "writable",
"Game": "writable", "Game": "writable",
"l": "readonly", "l": "readonly",
@@ -14,6 +15,7 @@ module.exports = {
"JSColor": "readonly", "JSColor": "readonly",
"jscolor": "readonly", "jscolor": "readonly",
"BeautifyAll": "readonly", "BeautifyAll": "readonly",
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"parserOptions": { "parserOptions": {