Skip to content

Commit cc50e62

Browse files
chore: disable eslint-plugin-perfectionist on enums (typescript-eslint#9883)
chore: disable eslint-plugin-perfectionist n enums
1 parent 875e03d commit cc50e62

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

eslint.config.mjs

+1-8
Original file line numberDiff line numberDiff line change
@@ -596,14 +596,7 @@ export default tseslint.config(
596596
type: 'natural',
597597
},
598598
],
599-
'perfectionist/sort-enums': [
600-
'error',
601-
{
602-
order: 'asc',
603-
partitionByComment: true,
604-
type: 'natural',
605-
},
606-
],
599+
'perfectionist/sort-enums': 'off',
607600
'perfectionist/sort-objects': [
608601
'error',
609602
{

0 commit comments

Comments
 (0)