Skip to content

Commit 22fefae

Browse files
refacktargos
authored andcommitted
tools: make lint-md-rollup & checkin lint-md.js
PR-URL: #20109 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 350a3e1 commit 22fefae

File tree

5 files changed

+34346
-536
lines changed

5 files changed

+34346
-536
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ test/es-module/test-esm-dynamic-import.js
77
test/fixtures
88
test/message/esm_display_syntax_error.mjs
99
tools/icu
10+
tools/lint-md.js
1011
tools/node-lint-md-cli-rollup/dist
1112
tools/remark-*
1213
benchmark/tmp

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,14 @@ bench-addons-clean:
10551055
$(RM) -r benchmark/napi/function_call/build
10561056
$(RM) -r benchmark/napi/function_args/build
10571057

1058+
.PHONY: lint-md-rollup
1059+
lint-md-rollup:
1060+
cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
1061+
cd tools/node-lint-md-cli-rollup && npm up
1062+
cd tools/node-lint-md-cli-rollup && npm run build-node
1063+
1064+
1065+
10581066
.PHONY: lint-md-clean
10591067
lint-md-clean:
10601068
$(RM) -r tools/remark-cli/node_modules

0 commit comments

Comments
 (0)