Skip to content

Commit 3b699a8

Browse files
committed
Enable type checking in .eslintrc.js
1 parent 7f00a4b commit 3b699a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.eslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
4-
"noEmit": true
4+
"noEmit": true,
5+
"checkJs": true
56
},
67
"include": [
78
"./.eslintrc.js"

0 commit comments

Comments
 (0)