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:
6666 /^tools\/build-addons.mjs/ : needs-ci
6767 # All other tool changes should be marked as such
6868 /^tools\// : tools
69- /^\.eslint |\.editorconfig/ : tools
69+ /^eslint\.config |\.editorconfig/ : tools
7070 /^typings\// : typings
7171
7272 # # Dependencies
Original file line number Diff line number Diff line change @@ -1194,7 +1194,7 @@ $(TARBALL): release-only doc-only
11941194 find $(TARNAME ) /deps/v8/test/* -type d ! -regex ' .*/test/torque$$' | xargs $(RM ) -r
11951195 find $(TARNAME ) /deps/v8/test -type f ! -regex ' .*/test/torque/.*' | xargs $(RM )
11961196 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 )
11981198 find $(TARNAME ) / -type l | xargs $(RM )
11991199 tar -cf $(TARNAME ) .tar $(TARNAME )
12001200 $(RM ) -r $(TARNAME )
You can’t perform that action at this time.
0 commit comments