Skip to content

Commit

Permalink
tools: make lint-md-rollup & checkin lint-md.js
Browse files Browse the repository at this point in the history
PR-URL: #20109
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
refack authored and targos committed Sep 11, 2018
1 parent 350a3e1 commit 22fefae
Show file tree
Hide file tree
Showing 5 changed files with 34,346 additions and 536 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test/es-module/test-esm-dynamic-import.js
test/fixtures
test/message/esm_display_syntax_error.mjs
tools/icu
tools/lint-md.js
tools/node-lint-md-cli-rollup/dist
tools/remark-*
benchmark/tmp
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,14 @@ bench-addons-clean:
$(RM) -r benchmark/napi/function_call/build
$(RM) -r benchmark/napi/function_args/build

.PHONY: lint-md-rollup
lint-md-rollup:
cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
cd tools/node-lint-md-cli-rollup && npm up
cd tools/node-lint-md-cli-rollup && npm run build-node



.PHONY: lint-md-clean
lint-md-clean:
$(RM) -r tools/remark-cli/node_modules
Expand Down
Loading

0 comments on commit 22fefae

Please sign in to comment.