motleyagency / eslint-config-motley

Motley (https://motley.fi) JavaScript/Typescript guidelines as ESLint rules with Prettier autoformatting
https://motley.fi
MIT License
6 stars 0 forks source link

Upgrade TS to 4.x #79

Closed sirtawast closed 3 years ago

sirtawast commented 3 years ago

Hi, just tried out Vite 2 and it's not compatible with TS3 anymore. The Typescript side would need a version bump. This would not break any other setup as this is config is a one-off.

petetnt commented 3 years ago

What was the error you received (for testing)? Let's bump the version anyway, might require changes to the other libs too.

petetnt commented 3 years ago

Just confirmed, the parsers need updates too

sirtawast commented 3 years ago

Yeah, basically tsc fails.

I used this https://github.com/TheSwordBreaker/vite-reactts-eslint-prettier but removed all things eslint-config-motley has.