diff --git a/@typescript-eslint.js b/@typescript-eslint.js index a88d435..2a20b97 100644 --- a/@typescript-eslint.js +++ b/@typescript-eslint.js @@ -102,7 +102,6 @@ const generateConfig = () => { '@typescript-eslint/prefer-string-starts-ends-with': 'warn', '@typescript-eslint/promise-function-async': 'error', '@typescript-eslint/require-array-sort-compare': 'warn', - '@typescript-eslint/sort-type-constituents': 'error', '@typescript-eslint/switch-exhaustiveness-check': 'error', '@typescript-eslint/unified-signatures': 'warn', // can be a bit wrong 'array-callback-return': 'off',