feat(typescript): Rule "no-inferrable-types"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e4814ec7a5
commit
933e1f6356
@ -363,7 +363,7 @@
|
|||||||
- [ ] "no-floating-promises"
|
- [ ] "no-floating-promises"
|
||||||
- [ ] "no-for-in-array"
|
- [ ] "no-for-in-array"
|
||||||
- [ ] "no-implied-eval"
|
- [ ] "no-implied-eval"
|
||||||
- [ ] "no-inferrable-types"
|
- [X] "no-inferrable-types"
|
||||||
- [X] "no-magic-numbers"
|
- [X] "no-magic-numbers"
|
||||||
- [ ] "no-misused-new"
|
- [ ] "no-misused-new"
|
||||||
- [ ] "no-misused-promises"
|
- [ ] "no-misused-promises"
|
||||||
|
@ -46,6 +46,9 @@
|
|||||||
"ignoreRestArgs": false
|
"ignoreRestArgs": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"@typescript-eslint/no-inferrable-types": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"@typescript-eslint/no-magic-numbers": [
|
"@typescript-eslint/no-magic-numbers": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user