summaryrefslogtreecommitdiff
path: root/.eslintignore
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-21 17:34:35 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-21 20:54:22 +0300
commita8b891ceb31d70c8c9372435bd558d7df3ebbcf2 (patch)
tree4695b6e19badc54785eb561fe2f0851d9833fde7 /.eslintignore
parenta71f9baa4043aa9ddda7b05adf577d45e8d13c05 (diff)
downloadios-node-v8-a8b891ceb31d70c8c9372435bd558d7df3ebbcf2.tar.gz
ios-node-v8-a8b891ceb31d70c8c9372435bd558d7df3ebbcf2.tar.bz2
ios-node-v8-a8b891ceb31d70c8c9372435bd558d7df3ebbcf2.zip
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>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index 78ae310ce1..1ca6062611 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -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