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 has been fixed in ESLint v4. We have moved the comment attachment logic into the new version of ESLint. This will help reduce the complexity of this parser and should allow it to behave the same as the other eslint parsers when handling comments. Check this issue for more details: #5
What version of TypeScript are you using?
2.2.2
What version of
typescript-eslint-parser
are you using?2.1.0
What code were you trying to parse?
What did you expect to happen?
No error;
no-empty
doesn't error if there's a comment in the empty block, see the eslint documentation for no-empty.What happened?
Linter failed with "error Empty block statement"
The text was updated successfully, but these errors were encountered: