From 5730d52c7941c6831b1ac8e8ca3faddfcf1b7c9e Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 15 Nov 2024 08:29:42 +1300 Subject: [PATCH] fix(@typescript-eslint): 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 --- @typescript-eslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/@typescript-eslint.js b/@typescript-eslint.js index a88d4358..2a20b978 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',