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 5ca4e67 commit 8e89066Copy full SHA for 8e89066
package.json
@@ -9,7 +9,7 @@
9
"dev:backend": "cd services/backend && npm run dev",
10
"build:frontend": "cd services/frontend && npm run build",
11
"build:backend": "cd services/backend && npm run build",
12
- "lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
+ "lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#services/frontend/src/components/ui/**' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
13
"lint:frontend": "cd services/frontend && npm run lint",
14
"lint:backend": "cd services/backend && npm run lint",
15
"check:no-console:backend": "cd services/backend && npm run check:no-console",
0 commit comments