Skip to content

Commit

Permalink
lint [nfc]: Leave no-redeclare disabled, as being unhelpful
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed May 14, 2022
1 parent e32bce5 commit 2a815a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ rules:
# But not enough to fight Prettier over it.
indent: off

# Rules we may want, but need tweaking options and/or migrating code
# `no-redeclare` fires, wrongly, on TS function overloads, and on merged
# declarations like a `class` and an `interface`. TS already catches all
# the useful cases of this except multiple `var`... and we have `no-var`.
no-redeclare: off

# Rules we don't want
Expand Down

0 comments on commit 2a815a2

Please sign in to comment.