Skip to content

Commit

Permalink
fix: turn off sort-type-union-intersection-members"
Browse files Browse the repository at this point in the history
sometimes it makes more sense for them to be sorted another way
  • Loading branch information
RebeccaStevens committed Dec 7, 2021
1 parent 01e413d commit 88c3567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const settings: Linter.Config = {
},
],
"@typescript-eslint/space-infix-ops": "error",
"@typescript-eslint/sort-type-union-intersection-members": "error",
"@typescript-eslint/sort-type-union-intersection-members": "off",
"@typescript-eslint/strict-boolean-expressions": [
"error",
{
Expand Down

0 comments on commit 88c3567

Please sign in to comment.