Skip to content

Eslint rule for type annotation spacing

Marc Hanisch requested to merge 229-eslint-type-annotation-spacings into master

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)

Merge request reports

Loading