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

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 20:42:34 +04:00
parent 7d84ff8e8e
commit 39cc9c02d9

View File

@ -140,11 +140,7 @@
}
],
"@typescript-eslint/type-annotation-spacing": [
"error",
{
"after": true,
"before": false
}
"error"
],
"@typescript-eslint/typedef": [
"error",