houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

Upgrade @typescript-eslint packages #1837

Open josh08h opened 3 years ago

josh08h commented 3 years ago

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?

dannyrb commented 3 years ago

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