feat(typescript): Rule "no-explicit-any"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 22:33:16 +04:00
parent 1b2f53b28a
commit 2cb3cc32ed
2 changed files with 8 additions and 1 deletions

View File

@ -39,6 +39,13 @@
"allowSingleExtends": false
}
],
"@typescript-eslint/no-explicit-any": [
"warn",
{
"fixToUnknown": false,
"ignoreRestArgs": false
}
],
"@typescript-eslint/quotes": [
"error",
"double",