| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,7 @@ test/es-module/test-esm-dynamic-import.js | |||
| 7 | 7 | test/fixtures | |
| 8 | 8 | test/message/esm_display_syntax_error.mjs | |
| 9 | 9 | tools/icu | |
| 10 | + tools/lint-md.js | ||
| 10 | 11 | tools/node-lint-md-cli-rollup/dist | |
| 11 | 12 | tools/remark-* | |
| 12 | 13 | benchmark/tmp | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1055,6 +1055,14 @@ bench-addons-clean: | |||
| 1055 | 1055 | $(RM) -r benchmark/napi/function_call/build | |
| 1056 | 1056 | $(RM) -r benchmark/napi/function_args/build | |
| 1057 | 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 | + | ||
| 1058 | 1066 | .PHONY: lint-md-clean | |
| 1059 | 1067 | lint-md-clean: | |
| 1060 | 1068 | $(RM) -r tools/remark-cli/node_modules | |
| Back | FazBrowse Home | New Git URL |
0 commit comments