Skip to content

Commit 767f993

Browse files
committed
Lint the whole codebase, not just the extension folders
1 parent ec17cbd commit 767f993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-config \"../../.markdownlint-cli2.cjs\" \"**/*.{md,mdx}\" \"!node_modules\"",
1425+
"lint:markdown": "markdownlint-cli2-config \"../../.markdownlint-cli2.cjs\" \"../../**/*.{md,mdx}\" \"!**/node_modules/**\"",
14261426
"format-staged": "lint-staged",
14271427
"storybook": "start-storybook -p 6006",
14281428
"build-storybook": "build-storybook",

0 commit comments

Comments
 (0)