From a8b891ceb31d70c8c9372435bd558d7df3ebbcf2 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 21 Apr 2018 17:34:35 +0300 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Gus Caplan --- .eslintignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 78ae310ce12..1ca60626119 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