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
},
"globals": {
"module": "readonly",
"CM": "writable",
"Game": "writable",
"l": "readonly",
@@ -14,6 +15,7 @@ module.exports = {
"JSColor": "readonly",
"jscolor": "readonly",
"BeautifyAll": "readonly",
},
"extends": "eslint:recommended",
"parserOptions": {