eslint / typescript-eslint-parser

An ESLint custom parser which leverages TypeScript ESTree to allow for ESLint to lint TypeScript source code.
Other
915 stars 92 forks source link

Fix: crash in no-unused-vars when using enum #556

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

fixes: #553 fixes: https://github.com/bradzacher/eslint-plugin-typescript/issues/171

NiGhTTraX commented 5 years ago

Thanks for the fix, when is this estimated to be published on npm?

armano2 commented 5 years ago

so far we are waiting for maintainer to merge some additional fixes, but they could release patch with this.

jimexist commented 5 years ago

this won't crash but i am seeing un-used-var warnings on enums but i am sure they are used. is there a way to fix this?

armano2 commented 5 years ago

@Jimexist https://github.com/eslint/typescript-eslint-parser/pull/558