feat(typescript): Rule "no-inferrable-types"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -46,6 +46,9 @@
|
||||
"ignoreRestArgs": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-inferrable-types": [
|
||||
"off"
|
||||
],
|
||||
"@typescript-eslint/no-magic-numbers": [
|
||||
"warn",
|
||||
{
|
||||
|
Reference in New Issue
Block a user