Skip to content

Commit 4bfdb58

Browse files
fix(sort-type-union-intersection-members): add rule
1 parent 273e0db commit 4bfdb58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export const settings: Linter.Config = {
139139
"@typescript-eslint/prefer-readonly-parameter-types": "warn",
140140
"@typescript-eslint/prefer-string-starts-ends-with": "warn",
141141
"@typescript-eslint/prefer-ts-expect-error": "warn",
142+
"@typescript-eslint/sort-type-union-intersection-members": "error",
142143
"@typescript-eslint/switch-exhaustiveness-check": "warn",
143144
"@typescript-eslint/unbound-method": [
144145
"error",

0 commit comments

Comments
 (0)