Disable perfectionist ESLint rules

- Disable 'perfectionist/sort-object-types' and 'perfectionist/sort-objects'
- Allow natural object property ordering without enforced sorting
This commit is contained in:
2025-09-10 13:23:27 +02:00
parent 449b80e162
commit 8f0ee4bcef
11 changed files with 2 additions and 1335 deletions

View File

@@ -28,6 +28,8 @@ export default [
rules: {
'no-restricted-exports': 'off',
'no-console': 'off',
'perfectionist/sort-object-types': 'off',
'perfectionist/sort-objects': 'off',
},
},
{