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 5004a53 commit 86bc0db
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 @@ -1513,7 +1513,7 @@ Hi people
],
parserOptions,
},
// Would be nice to handle in one pass, but multipass works fine.
// TODO: handle in a single pass
{
code: `
<Layout>
Expand Down

0 comments on commit 86bc0db

Please sign in to comment.