File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ subSystemLabels:
66
66
/^tools\/build-addons.mjs/ : needs-ci
67
67
# All other tool changes should be marked as such
68
68
/^tools\// : tools
69
- /^\.eslint |\.editorconfig/ : tools
69
+ /^eslint\.config |\.editorconfig/ : tools
70
70
/^typings\// : typings
71
71
72
72
# # Dependencies
Original file line number Diff line number Diff line change @@ -1194,7 +1194,7 @@ $(TARBALL): release-only doc-only
1194
1194
find $(TARNAME ) /deps/v8/test/* -type d ! -regex ' .*/test/torque$$' | xargs $(RM ) -r
1195
1195
find $(TARNAME ) /deps/v8/test -type f ! -regex ' .*/test/torque/.*' | xargs $(RM )
1196
1196
find $(TARNAME ) /deps/zlib/contrib/* -type d ! -regex ' .*/contrib/optimizations$$' | xargs $(RM ) -r
1197
- find $(TARNAME ) / -name " . eslint*" -maxdepth 2 | xargs $(RM )
1197
+ find $(TARNAME ) / -name " eslint.config *" -maxdepth 2 | xargs $(RM )
1198
1198
find $(TARNAME ) / -type l | xargs $(RM )
1199
1199
tar -cf $(TARNAME ) .tar $(TARNAME )
1200
1200
$(RM ) -r $(TARNAME )
You can’t perform that action at this time.
0 commit comments