Closed zheeeng closed 5 years ago
In React 16, we have Fragments usage. like below:
render() { return ( <> <ChildA /> <ChildB /> <ChildC /> </> ); }
jsx-alignment rule will report [tslint] Tag closing must be on its own line and aligned with opening of tag (jsx-alignment) at present.
[tslint] Tag closing must be on its own line and aligned with opening of tag (jsx-alignment)
Closing due to old age, please comment if it's still an issue
In React 16, we have Fragments usage. like below:
jsx-alignment rule will report
[tslint] Tag closing must be on its own line and aligned with opening of tag (jsx-alignment)
at present.