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.
This must be down to the way we currently process type aliases as if they were special vars (in order to get semi rule to, for example). We should definitely fix this.
What version of TypeScript are you using?
2.4.1
What version of
typescript-eslint-parser
are you using?4.0.0
What code were you trying to parse?
and in my ESLint config:
What did you expect to happen?
No error
What happened?
Unexpected error
[eslint] Unexpected use of 'location'. (no-restricted-globals)
.My understanding of this ESLint rule is it should only complain if the global identifier is used as an expression. http://eslint.org/docs/rules/no-restricted-globals
The text was updated successfully, but these errors were encountered: