Skip to content

Commit 55857f9

Browse files
committed
ignore no-redundant-type-constituents
1 parent 271f0f8 commit 55857f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/.eslintrc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ rules:
7575
"@typescript-eslint/restrict-template-expressions": "off"
7676
# TODO: Investigate whether to enable this rule & fix and/or disable all its complaints
7777
"@typescript-eslint/unbound-method": "off"
78+
# TODO: Investigate whether to enable this rule & fix and/or disable all its complaints
79+
"@typescript-eslint/no-redundant-type-constituents": "off"
7880
# We're disabling the `no-namespace` rule to use a pattern of defining an interface,
7981
# and then defining functions that operate on that data via namespace. This is helpful for
8082
# dealing with immutable objects. This is a common pattern that shows up in some other

0 commit comments

Comments
 (0)