Skip to content

Commit

Permalink
fix: fix multiline option value in sort-jsx-props rule in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jun 3, 2023
1 parent 278a0d1 commit 556690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let createConfigWithOptions = (options: {
{
'always-on-top': [],
shorthand: 'ignore',
multiline: 'start',
multiline: 'first',
callback: 'ignore',
},
],
Expand Down

0 comments on commit 556690d

Please sign in to comment.