chore: fix typescript-eslint (#439)
This commit is contained in:
parent
53c1a54df5
commit
0096a6f197
3 changed files with 20 additions and 4 deletions
7
tsconfig.eslint.json
Normal file
7
tsconfig.eslint.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
},
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src", "tests", "eslint.config.ts", "package.json"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue