diff options
author | Rich Trott <rtrott@gmail.com> | 2016-07-10 14:01:00 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2016-07-13 11:17:33 -0700 |
commit | cbbddc4fb081f2f83db37af744401079b9036a2f (patch) | |
tree | 2a6bb0db18a90f6df3fe4bc4298f6b731bb709f1 /.eslintignore | |
parent | a2a711a37377cc0d732981832f01b24c55b24c19 (diff) | |
download | node-new-cbbddc4fb081f2f83db37af744401079b9036a2f.tar.gz |
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-- | .eslintignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index 9b5c5fccb6..6791fbf312 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 |