Skip to content

Commit f277b85

Browse files
committed
Add more exclusions
1 parent 7a5e654 commit f277b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@
14221422
"update-vscode": "node ./node_modules/vscode/bin/install",
14231423
"format": "prettier --write **/*.{ts,tsx} && eslint . --ext .ts,.tsx --fix",
14241424
"lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0",
1425-
"lint:markdown": "markdownlint-cli2 \"../../**/*.{md,mdx}\" \"!**/node_modules/**\"",
1425+
"lint:markdown": "markdownlint-cli2 \"../../**/*.{md,mdx}\" \"!**/node_modules/**\" \"!**/.vscode-test/**\" \"!**/build/cli/v*/**\"",
14261426
"format-staged": "lint-staged",
14271427
"storybook": "start-storybook -p 6006",
14281428
"build-storybook": "build-storybook",

0 commit comments

Comments
 (0)