You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gets an error for both having (2nd br) and not having (1st br) a space before the closing bracket.
The jsx-space-before-closing rule should be deprecated since jsx-tag-spacing handles its scope and more.
The text was updated successfully, but these errors were encountered:
I'm using eslint@3.10.2 and eslint-plugin-react@6.7.1
It's possible to write a configuration such as
meaning code such as
gets an error for both having (2nd br) and not having (1st br) a space before the closing bracket.
The
jsx-space-before-closing
rule should be deprecated sincejsx-tag-spacing
handles its scope and more.The text was updated successfully, but these errors were encountered: