feat(typescript): Rule "interface-name-prefix"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 22:26:55 +04:00
parent 92c2dc54a9
commit 184879f361
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,13 @@
"outerIIFEBody": 1
}
],
"@typescript-eslint/interface-name-prefix": [
"error",
{
"allowUnderscorePrefix": false,
"prefixWithI": "always"
}
],
"@typescript-eslint/quotes": [
"error",
"double",