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:
authorRich Trott <rtrott@gmail.com>2016-07-11 00:01:00 +0300
committerRich Trott <rtrott@gmail.com>2016-07-13 21:17:33 +0300
commitcbbddc4fb081f2f83db37af744401079b9036a2f (patch)
tree2a6bb0db18a90f6df3fe4bc4298f6b731bb709f1 /.eslintignore
parenta2a711a37377cc0d732981832f01b24c55b24c19 (diff)
tools: increase lint coverage
Extend linting to tools/license2rtf.js and any other JS that gets added to the `tools` directory by default. This incidentally simplifies lint invocation. PR-URL: https://github.com/nodejs/node/pull/7647 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore
index 9b5c5fccb64..6791fbf312a 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -2,7 +2,7 @@ lib/internal/v8_prof_polyfill.js
lib/punycode.js
test/addons/??_*/
test/fixtures
-test/**/node_modules
test/disabled
test/tmp*/
-tools/doc/node_modules
+tools/eslint
+node_modules