This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 6969 },
7070 "runScriptsConfig" : {
7171 "build" : [
72- " rimraf build dist **/.DS_Store " ,
72+ " rimraf build dist" ,
7373 " jshint . --exclude-path .gitignore" ,
7474 " eslint --max-warnings 0 . --ext .ts" ,
7575 " tsc" ,
8989 "w3c-html-validator" : " ~1.3"
9090 },
9191 "devDependencies" : {
92- "@types/node" : " ~18.14 " ,
92+ "@types/node" : " ~18.15 " ,
9393 "@types/through2" : " ~2.0" ,
94- "@typescript-eslint/eslint-plugin" : " ~5.54 " ,
95- "@typescript-eslint/parser" : " ~5.54 " ,
94+ "@typescript-eslint/eslint-plugin" : " ~5.55 " ,
95+ "@typescript-eslint/parser" : " ~5.55 " ,
9696 "add-dist-header" : " ~1.0" ,
9797 "assert-deep-strict-equal" : " ~1.0" ,
9898 "copy-file-util" : " ~1.0" ,
9999 "copy-folder-util" : " ~1.0" ,
100- "eslint" : " ~8.35 " ,
100+ "eslint" : " ~8.36 " ,
101101 "jshint" : " ~2.13" ,
102102 "mocha" : " ~10.2" ,
103- "rimraf" : " ~4.2 " ,
103+ "rimraf" : " ~4.4 " ,
104104 "run-scripts-util" : " ~1.0" ,
105105 "sinon" : " ~15.0" ,
106106 "slash" : " ~5.0" ,
107- "typescript" : " ~4.9 "
107+ "typescript" : " ~5.0 "
108108 }
109109}
Original file line number Diff line number Diff line change 1818 "noImplicitThis" : true ,
1919 "noUncheckedIndexedAccess" : true ,
2020 "noUnusedLocals" : true ,
21- "removeComments" : true ,
22- "suppressImplicitAnyIndexErrors" : true
21+ "removeComments" : true
2322 }
2423}
You can’t perform that action at this time.
0 commit comments