Eslint rule for type annotation spacing
Goal of this MR:
- Add an eslint rule so that type annotations are properly spaced (no space before, but a space after the colon like in
const someVar: SomeType = '')
Implements #229 (closed)
Goal of this MR:
const someVar: SomeType = '')Implements #229 (closed)