Skip to content

Commit

Permalink
Update tests/lib/rules/jsx-one-expression-per-line.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ROSSROSALES and ljharb committed Jul 5, 2022
1 parent 8257e93 commit 5004a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-one-expression-per-line.js
Expand Up @@ -1437,7 +1437,7 @@ a
],
parserOptions,
},
// Would be nice to handle in one pass, but multipass works fine.
// TODO: handle in a single pass (see above)
{
code: `
<Layout>
Expand Down

0 comments on commit 5004a53

Please sign in to comment.