This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Description
What version of TypeScript are you using?
2.2.1
What version of typescript-eslint-parser are you using?
2.0.0
What code were you trying to parse?
export enum MyEnum {
Foo,
Bar,
}
What did you expect to happen?
I expected eslint to parse my file.
What happened?
error Parsing error: Unexpected token
Should this work with the current version of typescript-eslint-parser?