budgielang / budgie

A unified syntax that compiles into your favorite OOP languages. 🦜
https://budgielang.org
MIT License
59 stars 17 forks source link

Use typescript-eslint instead of TSLint #655

Open JoshuaKGoldberg opened 5 years ago

JoshuaKGoldberg commented 5 years ago

This repository still uses TSLint, which is being deprecated: https://github.com/palantir/tslint/issues/4534. It'd be great to move it over to typescript-eslint to no longer use deprecated packages.

Protip: tslint-to-eslint-config is the recommended package to do so!

anshulxyz commented 5 years ago

Will this be work of removing TSLint from package.json and adding new linter typescript-eslint, and migrating tslint configurations?

JoshuaKGoldberg commented 5 years ago

That's correct @anshulxyz!

anshulxyz commented 5 years ago

Sounds like a good-first-issue, I'll let some newcomers get this :pray:

Glassig commented 5 years ago

Hi, I would like to do this! I will try and get back to you with how it goes. 😄

Glassig commented 5 years ago

Hi, I am sorry, but i am unable to do this. My schedule changed.

JoshuaKGoldberg commented 5 years ago

Not a problem, thanks for the interest! I'll hide these posts so other folks aren't deterred.