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:
authorBen Noordhuis <info@bnoordhuis.nl>2015-05-25 18:29:26 +0300
committerBen Noordhuis <info@bnoordhuis.nl>2015-05-26 18:17:43 +0300
commit6dfca71af04b044f0567fde080fbe9326f1bd71e (patch)
treef69fb59afa045e5f330c4c36b3ed1e0ccbc74b52 /.eslintignore
parentc2b8b308369e37b31c00fd30918e2dd84522b993 (diff)
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 c29ea07ce66..46a631963a4 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