feat(typescript): Rule "type-annotation-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -101,6 +101,13 @@
|
||||
"ignoreRhs": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/type-annotation-spacing": [
|
||||
"error",
|
||||
{
|
||||
"after": true,
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"indent": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user