Skip to content

Commit 8e89066

Browse files
committed
refactor: update markdown linting script to exclude specific frontend UI components
1 parent 5ca4e67 commit 8e89066

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
@@ -9,7 +9,7 @@
99
"dev:backend": "cd services/backend && npm run dev",
1010
"build:frontend": "cd services/frontend && npm run build",
1111
"build:backend": "cd services/backend && npm run build",
12-
"lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
12+
"lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#services/frontend/src/components/ui/**' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
1313
"lint:frontend": "cd services/frontend && npm run lint",
1414
"lint:backend": "cd services/backend && npm run lint",
1515
"check:no-console:backend": "cd services/backend && npm run check:no-console",

0 commit comments

Comments
 (0)