From c2c4dd4c2258c5c68da709bfc304e09b1d84b60c Mon Sep 17 00:00:00 2001 From: Ivan Wei Date: Wed, 22 Nov 2017 17:33:35 +0800 Subject: tools/doc: add tools/remark-* to eslintignore PR-URL: https://github.com/nodejs/node/pull/17240 Reviewed-By: Joyee Cheung Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- .eslintignore | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 011ec963621..4b6e6b5e0fa 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,7 @@ test/addons/??_* test/fixtures tools/eslint tools/icu +tools/remark-* node_modules benchmark/tmp doc/**/*.js -- cgit v1.2.3