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: https://github.com/nodejs/node/pull/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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
This commit is contained in:
Vse Mozhet Byt 2018-04-21 17:34:35 +03:00 коммит произвёл James M Snell
Родитель 3d7605561f
Коммит 0a3876d025
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,6 @@ test/addons/??_*
test/es-module/test-esm-dynamic-import.js
test/fixtures
test/message/esm_display_syntax_error.mjs
tools/node_modules
tools/icu
tools/remark-*
node_modules