Skip to content

Commit cf29539

Browse files
committed
lint: includes test files
1 parent 1b9c3ee commit cf29539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"release:next-base": "npm run release:base -- --dist-tag next",
1616
"release:next-vue": "cd ./extensions/vscode && npm run release:next",
1717
"test": "vitest run",
18-
"lint": "tsslint --projects {packages/*/tsconfig.json,extensions/*/tsconfig.json}",
18+
"lint": "tsslint --projects {tsconfig.json,packages/*/tsconfig.json,extensions/*/tsconfig.json}",
1919
"lint:fix": "npm run lint -- --fix",
2020
"chrome": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=./extensions/vscode ../volar-starter"
2121
},

0 commit comments

Comments
 (0)