Skip to content

Commit 5004a53

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

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
@@ -1437,7 +1437,7 @@ a
14371437
],
14381438
parserOptions,
14391439
},
1440-
// Would be nice to handle in one pass, but multipass works fine.
1440+
// TODO: handle in a single pass (see above)
14411441
{
14421442
code: `
14431443
<Layout>

0 commit comments

Comments
 (0)