From 6dfca71af04b044f0567fde080fbe9326f1bd71e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 25 May 2015 17:29:26 +0200 Subject: 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 --- .eslintignore | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintignore') 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 -- cgit v1.2.3