Skip to content

Commit

Permalink
squash: update .eslint* patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 22, 2024
1 parent 86bae6f commit 1739756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/label-pr-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ subSystemLabels:
/^tools\/build-addons.mjs/: needs-ci
# All other tool changes should be marked as such
/^tools\//: tools
/^\.eslint|\.editorconfig/: tools
/^eslint\.config|\.editorconfig/: tools
/^typings\//: typings

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ $(TARBALL): release-only doc-only
find $(TARNAME)/deps/v8/test/* -type d ! -regex '.*/test/torque$$' | xargs $(RM) -r
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
find $(TARNAME)/ -name "eslint.config*" -maxdepth 2 | xargs $(RM)
find $(TARNAME)/ -type l | xargs $(RM)
tar -cf $(TARNAME).tar $(TARNAME)
$(RM) -r $(TARNAME)
Expand Down

0 comments on commit 1739756

Please sign in to comment.