diff options
author | Refael Ackermann <refack@gmail.com> | 2018-09-06 16:17:54 -0400 |
---|---|---|
committer | Refael Ackermann <refack@gmail.com> | 2018-09-11 14:12:30 -0400 |
commit | e4dd213516afdff64063682e0d0d46c58499a9f3 (patch) | |
tree | accb9fda9082f0d19b953a5ea57a5b3d5458d116 /.eslintignore | |
parent | fe6c74c2a5c092b80b4ff988c6ca7883393f6b91 (diff) | |
download | node-new-e4dd213516afdff64063682e0d0d46c58499a9f3.tar.gz |
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 <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |