mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 14:31:36 +02:00
Disable @typescript-eslint/no-implicit-any-catch
(Strict mode in TS 4.4 enables useUnknownInCatchVariables, so this is redundant.)
This commit is contained in:
parent
b52f9253c2
commit
70a55e9a2e
2 changed files with 4 additions and 3 deletions
|
@ -63,7 +63,8 @@
|
|||
"new-cap": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars-experimental": "error",
|
||||
"@typescript-eslint/prefer-readonly-parameter-types": "off"
|
||||
"@typescript-eslint/prefer-readonly-parameter-types": "off",
|
||||
"@typescript-eslint/no-implicit-any-catch": "off"
|
||||
}
|
||||
},
|
||||
"husky": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue