Skip to content

Commit e0940b9

Browse files
1 parent 01a46d6 commit e0940b9

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

Maintain/Clean/Dependency.sh

+4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ for Organization in "${Organization[@]}"; do
2828
-o -iname .eslint-plugin-local \
2929
-o -iname .eslintignore \
3030
-o -iname .eslintplugin \
31+
-o -iname .eslintrc \
3132
-o -iname .eslintrc.base.json \
33+
-o -iname .eslintrc.browser.json \
3234
-o -iname .eslintrc.cjs \
3335
-o -iname .eslintrc.js \
3436
-o -iname .eslintrc.json \
37+
-o -iname .eslintrc.node.json \
38+
-o -iname .eslintrc.webviews.json \
3539
-o -iname .eslintrc.yaml \
3640
-o -iname .eslintrc.yml \
3741
-o -iname .github \

Maintain/Fn/Clean/Detail.sh

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ JSON=$(echo "$JSON" | \jq -S --tab "del(\
4747
try .scripts.[\"lint:styles\"] catch null,\
4848
try .scripts.[\"lint:tsc\"] catch null,\
4949
try .scripts.[\"lint:types\"] catch null,\
50+
try .scripts.[\"precommit\"] catch null,\
5051
try .scripts.[\"prettier-fix\"] catch null,\
5152
try .scripts.[\"test:eslint-rules\"] catch null,\
5253
try .scripts.[\"test:fmt\"] catch null,\
@@ -60,6 +61,7 @@ JSON=$(echo "$JSON" | \jq -S --tab "del(\
6061
try .scripts.lint catch null,\
6162
try .scripts.nodemon catch null,\
6263
try .scripts.package catch null,\
64+
try .scripts.postinstall catch null,\
6365
try .scripts.posttest catch null,\
6466
try .scripts.prepublish catch null,\
6567
try .scripts.pretest catch null,\
@@ -154,6 +156,7 @@ Exclude=(
154156
"@babel/preset-typescript"
155157
"@babel/runtime"
156158
"@babel/traverse"
159+
"@biomejs/biome"
157160
"@c4312/chromehash"
158161
"@electron-forge/cli"
159162
"@electron-forge/maker-deb"

Maintain/Fn/Clean/package.json.sh

+1
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ Exclude=(
683683
"vscode-languageserver"
684684
"vscode-markdown-languageservice"
685685
"vscode-nls-dev"
686+
"vscode-nls-devdownload/2.0.2/build.tar.gz,"
686687
"vscode-nls"
687688
"vscode-notebook-error-overlay"
688689
"vscode-oniguruma"

0 commit comments

Comments
 (0)