Skip to content

Commit 0a3876d

Browse files
vsemozhetbytjasnell
authored andcommitted
tools: delete redundant .eslintignore rule
The `node_modules` rule below is treated as a glob pattern, so it includes the `tools/node_modules` folder. PR-URL: #20203 Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories Refs: https://git-scm.com/docs/gitignore#_pattern_format Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
1 parent 3d76055 commit 0a3876d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ test/addons/??_*
55
test/es-module/test-esm-dynamic-import.js
66
test/fixtures
77
test/message/esm_display_syntax_error.mjs
8-
tools/node_modules
98
tools/icu
109
tools/remark-*
1110
node_modules

0 commit comments

Comments
 (0)