Skip to content

Commit

Permalink
chore: disable eslint-plugin-perfectionist on enums (#9883)
Browse files Browse the repository at this point in the history
chore: disable eslint-plugin-perfectionist n enums
  • Loading branch information
JoshuaKGoldberg authored Aug 30, 2024
1 parent 875e03d commit cc50e62
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -596,14 +596,7 @@ export default tseslint.config(
type: 'natural',
},
],
'perfectionist/sort-enums': [
'error',
{
order: 'asc',
partitionByComment: true,
type: 'natural',
},
],
'perfectionist/sort-enums': 'off',
'perfectionist/sort-objects': [
'error',
{
Expand Down

0 comments on commit cc50e62

Please sign in to comment.