Skip to content

Commit e972f32

Browse files
committed
revert files warnings fix
1 parent facbf30 commit e972f32

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
@@ -123,7 +123,7 @@
123123
"watch-plugin": "node buildTsPlugin.mjs --watch",
124124
"build": "tsc && tsc -p typescript --noEmit && vscode-framework build && pnpm build-plugin",
125125
"build-plugin": "node buildTsPlugin.mjs && node buildTsPlugin.mjs --browser",
126-
"lint": "eslint {src,typescript/src}",
126+
"lint": "eslint {src/**,typescript/src/**}",
127127
"test": "pnpm test-plugin --run && pnpm integration-test",
128128
"test-plugin": "vitest --globals --dir typescript/test/ --environment ts-plugin",
129129
"integration-test": "node integration/prerun.mjs && tsc -p tsconfig.test.json && node testsOut/runTests.js",

0 commit comments

Comments
 (0)