Skip to content

Commit 5382e2c

Browse files
committed
šŸ› Enable TypeScript checking for JavaScript files in ESLint configuration
typescript-eslint/typescript-eslint#9739 (comment)
1 parent a4d3c2d commit 5382e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ā€Žtsconfig.eslint.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "./tsconfig.json",
3+
"compilerOptions": { "checkJs": true },
34
"include": ["eslint.config.js", "src", "tests"]
45
}

0 commit comments

Comments
Ā (0)