We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273e0db commit 4bfdb58Copy full SHA for 4bfdb58
src/plugins/typescript.ts
@@ -139,6 +139,7 @@ export const settings: Linter.Config = {
139
"@typescript-eslint/prefer-readonly-parameter-types": "warn",
140
"@typescript-eslint/prefer-string-starts-ends-with": "warn",
141
"@typescript-eslint/prefer-ts-expect-error": "warn",
142
+ "@typescript-eslint/sort-type-union-intersection-members": "error",
143
"@typescript-eslint/switch-exhaustiveness-check": "warn",
144
"@typescript-eslint/unbound-method": [
145
"error",
0 commit comments