Skip to content

Commit 4cb4570

Browse files
committed
dx: add doc folder to markdown linting
1 parent 4a4c3c4 commit 4cb4570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:ddl": "TARGET_LIBRARY=DDL vite build",
2020
"build:erd": "TARGET_LIBRARY=ERD vite build",
2121
"test": "./test/regression_test.js",
22-
"lint:markdown": "markdownlint-cli2 *.md",
22+
"lint:markdown": "markdownlint-cli2 *.md, doc/**/*.md",
2323
"lint": "run-p lint:*",
2424
"example-cli": "./examples/cli.js ./test/project_management.quicksql"
2525
},

0 commit comments

Comments
 (0)