Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2017-10-22 01:04:37 +0300
committerRefael Ackermann <refack@gmail.com>2017-10-27 01:38:32 +0300
commit748f5d848f229f646850401e644818bc5599ec9b (patch)
tree69e7280158e585419be7aefadf9838dbaa05aa59 /.eslintignore
parent90640f7bf355bb2cec3cf90f12ac28741eb68420 (diff)
tools: no trailing slash in ignore patterns
Makes eslint exclude directories without enumerating their content PR-URL: https://github.com/nodejs/node/pull/16372 Refs: https://github.com/nodejs/node/pull/16010 Refs: https://github.com/nodejs/node/issues/16278 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.eslintignore b/.eslintignore
index a681716c667..023979a5151 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,10 +1,10 @@
lib/internal/v8_prof_polyfill.js
lib/punycode.js
-test/addons/??_*/
+test/addons/??_*
test/fixtures
-test/tmp*/
+test/tmp*
tools/eslint
tools/icu
node_modules
-benchmark/tmp/
+benchmark/tmp
doc/**/*.js