Skip to content

Commit 34aa303

Browse files
committedAug 3, 2024
fixup: lint with types for js fix
1 parent 57d570f commit 34aa303

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.json",
33
"compilerOptions": {
4-
"noEmit": true
4+
"noEmit": true,
5+
"allowJs": true
56
},
67
"include": ["**/*.ts", "**/*.mts", "**/*.js"]
78
}

0 commit comments

Comments
 (0)
Failed to load comments.