Skip to content

Commit 8257e93

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

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
@@ -1390,7 +1390,7 @@ a
13901390
parserOptions,
13911391
},
13921392
{
1393-
// Would be nice to handle in one pass, but multipass works fine.
1393+
// TODO: handle in a single pass
13941394
code: `
13951395
const IndexPage = () => (
13961396
<h1>{"Hi people"}<button/></h1>

0 commit comments

Comments
 (0)