There was an error while loading. Please reload this page.
make lint-md-rollup
lint-md.js
1 parent 350a3e1 commit 22fefaeCopy full SHA for 22fefae
5 files changed
.eslintignore
@@ -7,6 +7,7 @@ test/es-module/test-esm-dynamic-import.js
7
test/fixtures
8
test/message/esm_display_syntax_error.mjs
9
tools/icu
10
+tools/lint-md.js
11
tools/node-lint-md-cli-rollup/dist
12
tools/remark-*
13
benchmark/tmp
Makefile
@@ -1055,6 +1055,14 @@ bench-addons-clean:
1055
$(RM) -r benchmark/napi/function_call/build
1056
$(RM) -r benchmark/napi/function_args/build
1057
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
1066
.PHONY: lint-md-clean
1067
lint-md-clean:
1068
$(RM) -r tools/remark-cli/node_modules
0 commit comments