We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b77c39 commit ff05f71Copy full SHA for ff05f71
package.json
@@ -121,7 +121,7 @@
121
"coverage": "gulp coverage",
122
"build-docs": "gulp buildDocs",
123
"build-docs-watch": "gulp buildDocsWatch",
124
- "eslint": "eslint \"./**/*.*js\" \"./**/*.*ts*\" \"./**/*.html\" --cache --quiet",
+ "eslint": "eslint \"./**/*.*js\" \"./**/*.*ts*\" \"./**/*.html\" --cache --quiet --report-unused-disable-directives",
125
"make-zip": "gulp makeZip",
126
"markdownlint": "markdownlint \"**/*.md\"",
127
"release": "gulp release",
0 commit comments