From c1b02b90e6439d57713220ae063e886805cd82ae Mon Sep 17 00:00:00 2001 From: Ivan Wei Date: Wed, 22 Nov 2017 17:33:35 +0800 Subject: [PATCH] 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(+) diff --git a/.eslintignore b/.eslintignore index 011ec9636212fc..4b6e6b5e0fa94a 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