From ca676c3b6a34b822e00eaf5b49343171f64b374f Mon Sep 17 00:00:00 2001 From: DanielNoord Date: Sun, 31 Jan 2021 14:12:46 +0100 Subject: [PATCH] Final test ESLint successful --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ccb10d3..ef13372 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,7 +14,7 @@ module.exports = { "JSColor": "readonly", "jscolor": "readonly", "BeautifyAll": "readonly", - + "CM": "writable", }, "extends": "eslint:recommended", "parserOptions": {