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

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

View File

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