feat(typescript): Rule "no-namespace"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 00:08:06 +04:00
parent 933e1f6356
commit 07a5bddd6b
2 changed files with 8 additions and 1 deletions

View File

@ -60,6 +60,13 @@
"ignoreReadonlyClassProperties": true
}
],
"@typescript-eslint/no-namespace": [
"error",
{
"allowDeclarations": true,
"allowDefinitionFiles": true
}
],
"@typescript-eslint/quotes": [
"error",
"double",