Skip to content

Commit bc5411a

Browse files
Ignore unlintable files
1 parent 20dc937 commit bc5411a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

extensions/ql-vscode/eslint.config.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ export default tseslint.config(
2020
"out/",
2121
"build/",
2222
"scripts/",
23-
"jest.config.ts",
24-
"jest-runner-vscode.config.js",
23+
"**/jest.config.ts",
24+
"**/jest.config.js",
25+
"**/jest-runner-vscode.config.js",
26+
"**/jest-runner-vscode.config.base.js",
27+
".markdownlint-cli2.cjs",
2528
"eslint.config.mjs",
2629
"!.storybook",
2730
]),

0 commit comments

Comments
 (0)