feat(typescript): Rule "type-annotation-spacing"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 00:13:43 +04:00
parent 4a5af3ad96
commit beb1b6ae55
2 changed files with 8 additions and 1 deletions

View File

@ -101,6 +101,13 @@
"ignoreRhs": false
}
],
"@typescript-eslint/type-annotation-spacing": [
"error",
{
"after": true,
"before": false
}
],
"indent": [
"off"
],