feat(typescript): Rule "no-untyped-public-signature"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -67,6 +67,14 @@
|
||||
"allowDefinitionFiles": true
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-untyped-public-signature": [
|
||||
"error",
|
||||
{
|
||||
"ignoredMethods": [
|
||||
"constructor"
|
||||
]
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/quotes": [
|
||||
"error",
|
||||
"double",
|
||||
|
Reference in New Issue
Block a user