From 2120dac8abc6d089903391735b00f12878fdf8ce Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 6 Sep 2018 15:37:27 -0400 Subject: tools: update `node-lint-md-cli-rollup` PR-URL: https://github.com/nodejs/node/pull/20109 Reviewed-By: James M Snell Reviewed-By: Gus Caplan Reviewed-By: Ruben Bridgewater --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 1ca6062611..db3311a0ab 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ +node_modules lib/internal/v8.js lib/internal/v8_prof_polyfill.js lib/punycode.js @@ -6,8 +7,8 @@ test/es-module/test-esm-dynamic-import.js test/fixtures test/message/esm_display_syntax_error.mjs tools/icu +tools/node-lint-md-cli-rollup/dist tools/remark-* -node_modules benchmark/tmp doc/**/*.js !.eslintrc.js -- cgit v1.2.3