fix(typescript): type-annotation-spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e7da809741
commit
72b09d4176
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user