Skip to content

Commit 7a6c645

Browse files
authored
Discard changes to site/.eslintrc.yaml
1 parent 55857f9 commit 7a6c645

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/.eslintrc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ 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"
8078
# We're disabling the `no-namespace` rule to use a pattern of defining an interface,
8179
# and then defining functions that operate on that data via namespace. This is helpful for
8280
# dealing with immutable objects. This is a common pattern that shows up in some other

0 commit comments

Comments
 (0)