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 facbf30 commit e972f32Copy full SHA for e972f32
package.json
@@ -123,7 +123,7 @@
123
"watch-plugin": "node buildTsPlugin.mjs --watch",
124
"build": "tsc && tsc -p typescript --noEmit && vscode-framework build && pnpm build-plugin",
125
"build-plugin": "node buildTsPlugin.mjs && node buildTsPlugin.mjs --browser",
126
- "lint": "eslint {src,typescript/src}",
+ "lint": "eslint {src/**,typescript/src/**}",
127
"test": "pnpm test-plugin --run && pnpm integration-test",
128
"test-plugin": "vitest --globals --dir typescript/test/ --environment ts-plugin",
129
"integration-test": "node integration/prerun.mjs && tsc -p tsconfig.test.json && node testsOut/runTests.js",
0 commit comments