Skip to content

Commit 46f9810

Browse files
authored
Build: Enable reportUnusedDisableDirectives in ESLint
This forbids unnecessary `eslint-disable` comments. Ref gh-4095 Closes gh-4520
1 parent 73415da commit 46f9810

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.eslintrc-browser.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
"extends": "jquery",
55

6+
"reportUnusedDisableDirectives": true,
7+
68
"parserOptions": {
79
"ecmaVersion": 5
810
},

.eslintrc-node.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
"extends": "jquery",
55

6+
"reportUnusedDisableDirectives": true,
7+
68
"parserOptions": {
79
"ecmaVersion": 2018
810
},

0 commit comments

Comments
 (0)