feat(typescript): Rule "no-namespace"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -60,6 +60,13 @@
|
||||
"ignoreReadonlyClassProperties": true
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-namespace": [
|
||||
"error",
|
||||
{
|
||||
"allowDeclarations": true,
|
||||
"allowDefinitionFiles": true
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/quotes": [
|
||||
"error",
|
||||
"double",
|
||||
|
Reference in New Issue
Block a user