diff options
-rw-r--r-- | .eslintrc-browser.json | 2 | ||||
-rw-r--r-- | .eslintrc-node.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc-browser.json b/.eslintrc-browser.json index 372763227..97b5abe85 100644 --- a/.eslintrc-browser.json +++ b/.eslintrc-browser.json @@ -3,6 +3,8 @@ "extends": "jquery", + "reportUnusedDisableDirectives": true, + "parserOptions": { "ecmaVersion": 5 }, diff --git a/.eslintrc-node.json b/.eslintrc-node.json index f1c44a382..8cb69807b 100644 --- a/.eslintrc-node.json +++ b/.eslintrc-node.json @@ -3,6 +3,8 @@ "extends": "jquery", + "reportUnusedDisableDirectives": true, + "parserOptions": { "ecmaVersion": 2018 }, |