From e4dd213516afdff64063682e0d0d46c58499a9f3 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 6 Sep 2018 16:17:54 -0400 Subject: tools: use lint-md.js * remove unused `tools/remark-cli` * vcbuild tested with `vcbuild nobuild noprojgen lint-md-build lint-md` PR-URL: https://github.com/nodejs/node/pull/20109 Reviewed-By: James M Snell Reviewed-By: Gus Caplan Reviewed-By: Ruben Bridgewater --- .eslintignore | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 61723cf0d4..80959ce611 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,7 +9,6 @@ test/message/esm_display_syntax_error.mjs tools/icu tools/lint-md.js tools/node-lint-md-cli-rollup/dist -tools/remark-* benchmark/tmp doc/**/*.js !.eslintrc.js -- cgit v1.2.1