Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46f9810

Browse files
authored
Build: Enable reportUnusedDisableDirectives in ESLint
This forbids unnecessary `eslint-disable` comments.Refgh-4095Closesgh-4520
1 parent73415da commit46f9810

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎.eslintrc-browser.json

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp