eslint-plugin-react-pug
eslint-plugin-react-pug copied to clipboard
Make sure that closing braces are on the same column as tag
Bad:
div(
attribute
)
Good:
div(
attribute
)
