Skip to content

Commit ff05f71

Browse files
committed
Detect unused eslint disable directives
1 parent 4b77c39 commit ff05f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"coverage": "gulp coverage",
122122
"build-docs": "gulp buildDocs",
123123
"build-docs-watch": "gulp buildDocsWatch",
124-
"eslint": "eslint \"./**/*.*js\" \"./**/*.*ts*\" \"./**/*.html\" --cache --quiet",
124+
"eslint": "eslint \"./**/*.*js\" \"./**/*.*ts*\" \"./**/*.html\" --cache --quiet --report-unused-disable-directives",
125125
"make-zip": "gulp makeZip",
126126
"markdownlint": "markdownlint \"**/*.md\"",
127127
"release": "gulp release",

0 commit comments

Comments
 (0)