Skip to content

Commit

Permalink
fix(perfectionist/sort-enums): sort numerically when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Nov 17, 2024
1 parent d1979f3 commit f7425e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/perfectionist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function perfectionist(
],
"perfectionist/sort-enums": [
"error",
{ partitionByComment: "Part:**", type: "natural" },
{ forceNumericSort: true, partitionByComment: "Part:**", type: "natural" },
],
"perfectionist/sort-interfaces": [
"error",
Expand Down

0 comments on commit f7425e3

Please sign in to comment.