Skip to content

Commit

Permalink
fix: disable sort-enums
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Oct 20, 2024
1 parent 817839a commit 2936be2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/perfectionist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ function perfectionist() {
plugins: { perfectionist: plugin },
rules: {
'perfectionist/sort-array-includes': 'warn',
'perfectionist/sort-astro-attributes': 'warn',
'perfectionist/sort-classes': 'warn',
'perfectionist/sort-enums': 'warn',
'perfectionist/sort-enums': 'off',
'perfectionist/sort-exports': 'warn',
'perfectionist/sort-imports': ['warn', {}],
'perfectionist/sort-interfaces': 'off',
Expand Down

0 comments on commit 2936be2

Please sign in to comment.