summaryrefslogtreecommitdiff
path: root/.eslintignore
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-05-25 17:29:26 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2015-05-26 17:17:43 +0200
commit6dfca71af04b044f0567fde080fbe9326f1bd71e (patch)
treef69fb59afa045e5f330c4c36b3ed1e0ccbc74b52 /.eslintignore
parentc2b8b308369e37b31c00fd30918e2dd84522b993 (diff)
downloadandroid-node-v8-6dfca71af04b044f0567fde080fbe9326f1bd71e.tar.gz
android-node-v8-6dfca71af04b044f0567fde080fbe9326f1bd71e.tar.bz2
android-node-v8-6dfca71af04b044f0567fde080fbe9326f1bd71e.zip
test: don't lint autogenerated test/addons/doc-*/
The JS source files in test/addons/doc-*/ are scraped from the reference documentation in doc/api and need not conform to the style guide. PR-URL: https://github.com/nodejs/io.js/pull/1793 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index c29ea07ce6..46a631963a 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,4 +1,5 @@
lib/punycode.js
+test/addons/doc-*/
test/fixtures
test/**/node_modules
test/parallel/test-fs-non-number-arguments-throw.js