Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade TypeScript eslint-plugin and parser #3195

Open
mehrdadrafiee opened this issue Jul 31, 2024 · 0 comments
Open

Upgrade TypeScript eslint-plugin and parser #3195

mehrdadrafiee opened this issue Jul 31, 2024 · 0 comments

Comments

@mehrdadrafiee
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Yes. it's a eslint issue. An old version of eslint-plugin and parser are being used at the moment. This is the error we could see on VS Code:

Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead. eslint

Describe the solution you'd like
Based on this StackOverflow answer, upgrading the following packages should solve the issue:

@typescript-eslint/eslint-plugin
@typescript-eslint/parser

Describe alternatives you've considered
Turning off eslint rule for this specific issue.

Teachability, Documentation, Adoption, Migration Strategy
Upgrading these packages require upgrading/installing some other dependencies. Checkout their documentation here: https://typescript-eslint.io/getting-started

I could have a head start on it and see how far I can go. Will send a PR and link it to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant