summaryrefslogtreecommitdiff
path: root/.eslintignore
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2017-10-21 18:04:37 -0400
committerRefael Ackermann <refack@gmail.com>2017-10-26 18:38:32 -0400
commit748f5d848f229f646850401e644818bc5599ec9b (patch)
tree69e7280158e585419be7aefadf9838dbaa05aa59 /.eslintignore
parent90640f7bf355bb2cec3cf90f12ac28741eb68420 (diff)
downloadnode-new-748f5d848f229f646850401e644818bc5599ec9b.tar.gz
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 a681716c66..023979a515 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