Skip to content

Commit dc6f540

Browse files
committed
squash: update .eslint* patterns
1 parent 65e7bf7 commit dc6f540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/label-pr-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)