fix(typescript): type-annotation-spacing

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 20:49:02 +04:00
parent e7da809741
commit 72b09d4176
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

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