From 6519497ffcb5316b3cb7516baa502b712021f366 Mon Sep 17 00:00:00 2001 From: Daniel van Noord Date: Sun, 31 Jan 2021 13:55:47 +0100 Subject: [PATCH] Fixed ESLint install --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index dfbdfa3..8570858 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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": {