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 packages #1837

Open
josh08h opened this issue Mar 16, 2021 · 1 comment
Open

Upgrade @typescript-eslint packages #1837

josh08h opened this issue Mar 16, 2021 · 1 comment
Assignees

Comments

@josh08h
Copy link

josh08h commented Mar 16, 2021

In order to use the latest TS features we need the following packages to be updated on the HoundCI servers:

"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",

This will allow us to use template literal types without HoundCI erroring with the following:
image

We will also be able to use other features such as optional chaining too.

Is somebody able to look into this for us?

@salbertson salbertson self-assigned this Mar 23, 2021
@dannyrb
Copy link

dannyrb commented Mar 26, 2021

If someone can point me to where this lives in the codebase, I could author an update? I am seeking a similar update that adds support for using @babel/eslint-parser as a parser target for new versions of eslint

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

3 participants