Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22fefae

Browse filesBrowse files
refacktargos
authored andcommitted
tools: make lint-md-rollup & checkin lint-md.js
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>
1 parent 350a3e1 commit 22fefae
Copy full SHA for 22fefae

File tree

Expand file treeCollapse file tree

5 files changed

+34346
-536
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+34346
-536
lines changed
Open diff view settings
Collapse file

‎.eslintignore‎

Copy file name to clipboardExpand all lines: .eslintignore
+1Lines changed: 1 addition & 0 deletions
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
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+8Lines changed: 8 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.