File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ export default [
3131 } ,
3232 {
3333 ...configCesium . configs . recommended ,
34+ linterOptions : {
35+ reportUnusedDisableDirectives : "error" ,
36+ } ,
3437 languageOptions : {
3538 sourceType : "module" ,
3639 } ,
Original file line number Diff line number Diff line change 121121 "coverage" : " gulp coverage" ,
122122 "build-docs" : " gulp buildDocs" ,
123123 "build-docs-watch" : " gulp buildDocsWatch" ,
124- "eslint" : " eslint \" ./**/*.*js\" \" ./**/*.*ts*\" \" ./**/*.html\" --cache --quiet --report-unused-disable-directives " ,
124+ "eslint" : " eslint \" ./**/*.*js\" \" ./**/*.*ts*\" \" ./**/*.html\" --cache --quiet" ,
125125 "make-zip" : " gulp makeZip" ,
126126 "markdownlint" : " markdownlint \" **/*.md\" " ,
127127 "release" : " gulp release" ,
You can’t perform that action at this time.
0 commit comments