Skip to content

Commit

Permalink
Update importOrder #262
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Jul 14, 2024
1 parent 4d3e1f0 commit d9ef9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"sortingMethod": "alphabetical",
"stripNewlines": true,
"newlineBetweenTypes": false,
"importTypeOrder": ["NPMPackages", "localImportsType", "localImportsValue"]
"importTypeOrder": ["NPMPackages", "localImportsValue", "localImportsType"]
}

0 comments on commit d9ef9c5

Please sign in to comment.