-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
examples:
const test1 = () => {
return (<div>
<div>test1</div>
<div>test1</div>
</div>);
}- how to get error on line 3:
not empty line after open tag? - how to get error on line 5:
not empty line between tag? - how to get error on line 7:
not empty line befor close tag?
KristoferEng, dfsq, axelyung, thebarty, emillaine and 11 more