You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What version of TypeScript are you using?
2.4.2
What version of
typescript-eslint-parser
are you using?5.0.1
What code were you trying to parse?
What did you expect to happen?
No warnings/errors, this is valid TS.
What happened?
The
no-redeclare
rule was triggered sinceFoo
had already been defined once.The text was updated successfully, but these errors were encountered: