We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55857f9 commit 7a6c645Copy full SHA for 7a6c645
site/.eslintrc.yaml
@@ -75,8 +75,6 @@ rules:
75
"@typescript-eslint/restrict-template-expressions": "off"
76
# TODO: Investigate whether to enable this rule & fix and/or disable all its complaints
77
"@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"
80
# We're disabling the `no-namespace` rule to use a pattern of defining an interface,
81
# and then defining functions that operate on that data via namespace. This is helpful for
82
# dealing with immutable objects. This is a common pattern that shows up in some other
0 commit comments