We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint/sort-type-constituents
1 parent d3fd12f commit 9670a3aCopy full SHA for 9670a3a
packages/eslint-config/src/config/plugins/typescript.ts
@@ -395,7 +395,8 @@ export default createConfig<
395
396
// Enforce constituents of a type union/intersection to be sorted alphabetically.
397
// https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/docs/rules/sort-type-constituents.mdx
398
- "@typescript-eslint/sort-type-constituents": "error",
+ // Disabled to avoid conflicts with perfectionist/sort-intersection-types
399
+ "@typescript-eslint/sort-type-constituents": "off",
400
401
// Replaced by stylistic rules
402
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.mdx
0 commit comments