Skip to content

Commit e6180b7

Browse files
committed
fix(typescript): remove @typescript-eslint/sort-type-constituents
The rule has been deprecated in favor of `eslint-plugin-perfectionist`, and it's not clear if the rule is useful enough to justify the additional plugin, so for now we're just doing to remove it
1 parent 9fa7ef5 commit e6180b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

@typescript-eslint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ const generateConfig = () => {
102102
'@typescript-eslint/prefer-string-starts-ends-with': 'warn',
103103
'@typescript-eslint/promise-function-async': 'error',
104104
'@typescript-eslint/require-array-sort-compare': 'warn',
105-
'@typescript-eslint/sort-type-constituents': 'error',
106105
'@typescript-eslint/switch-exhaustiveness-check': 'error',
107106
'@typescript-eslint/unified-signatures': 'warn', // can be a bit wrong
108107
'array-callback-return': 'off',

0 commit comments

Comments
 (0)