Skip to content

Commit fb4f8cb

Browse files
chore: allow js for eslint
1 parent 8c57aa7 commit fb4f8cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.eslint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"allowJs": true
5+
},
36
"include": ["**/*.ts", "**/*.mjs", "**/*.js"]
47
}

0 commit comments

Comments
 (0)