feat(typescript): Rule "no-explicit-any"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
1b2f53b28a
commit
2cb3cc32ed
@ -355,7 +355,7 @@
|
|||||||
- [ ] "no-dynamic-delete"
|
- [ ] "no-dynamic-delete"
|
||||||
- [ ] "no-empty-function"
|
- [ ] "no-empty-function"
|
||||||
- [X] "no-empty-interface"
|
- [X] "no-empty-interface"
|
||||||
- [ ] "no-explicit-any"
|
- [X] "no-explicit-any"
|
||||||
- [ ] "no-extra-non-null-assertion"
|
- [ ] "no-extra-non-null-assertion"
|
||||||
- [ ] "no-extra-parens"
|
- [ ] "no-extra-parens"
|
||||||
- [ ] "no-extra-semi"
|
- [ ] "no-extra-semi"
|
||||||
|
@ -39,6 +39,13 @@
|
|||||||
"allowSingleExtends": false
|
"allowSingleExtends": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"@typescript-eslint/no-explicit-any": [
|
||||||
|
"warn",
|
||||||
|
{
|
||||||
|
"fixToUnknown": false,
|
||||||
|
"ignoreRestArgs": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"@typescript-eslint/quotes": [
|
"@typescript-eslint/quotes": [
|
||||||
"error",
|
"error",
|
||||||
"double",
|
"double",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user