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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 9d6096cf92..d60603514c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ !.gitkeep !.mailmap !.nycrc -!.remarkrc !.travis.yml core @@ -114,8 +113,6 @@ tools/doc/node_modules tools/clang-format/node_modules # test artifacts -tools/remark-cli/node_modules -tools/remark-preset-lint-node/node_modules icu_config.gypi *.tap |