ezhlobo/eslint-plugin-react-pug

Make sure that closing braces are on the same column as tag

ezhlobo opened this issue · 0 comments

Bad:

  div(
    attribute
)

Good:

  div(
    attribute
  )

2019-01-15 14-51-39