We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4c3c4 commit 4cb4570Copy full SHA for 4cb4570
package.json
@@ -19,7 +19,7 @@
19
"build:ddl": "TARGET_LIBRARY=DDL vite build",
20
"build:erd": "TARGET_LIBRARY=ERD vite build",
21
"test": "./test/regression_test.js",
22
- "lint:markdown": "markdownlint-cli2 *.md",
+ "lint:markdown": "markdownlint-cli2 *.md, doc/**/*.md",
23
"lint": "run-p lint:*",
24
"example-cli": "./examples/cli.js ./test/project_management.quicksql"
25
},
0 commit comments