From b7bb56a9c869b71851788c87250a000ab6ae77c1 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. Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories Refs: https://git-scm.com/docs/gitignore#_pattern_format --- .eslintignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 78ae310ce1222c..1ca60626119fd3 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