Skip to content

Commit 86bc0db

Browse files
ROSSROSALESljharb
andauthored
Update tests/lib/rules/jsx-one-expression-per-line.js
Co-authored-by: Jordan Harband <[email protected]>
1 parent 5004a53 commit 86bc0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/jsx-one-expression-per-line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ Hi people
15131513
],
15141514
parserOptions,
15151515
},
1516-
// Would be nice to handle in one pass, but multipass works fine.
1516+
// TODO: handle in a single pass
15171517
{
15181518
code: `
15191519
<Layout>

0 commit comments

Comments
 (0)