Skip to content

Commit

Permalink
[Tests] fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 1, 2019
1 parent 695e534 commit 6f7cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-wrap-multilines.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const OPTIONS_ALL_NEW_LINES = {
arrow: 'parens-new-line',
condition: 'parens-new-line',
logical: 'parens-new-line',
prop: 'parens-new-line',
prop: 'parens-new-line'
};

const RETURN_SINGLE_LINE = `
Expand Down

0 comments on commit 6f7cb51

Please sign in to comment.