therungg / therun-frontend

Frontend for therun.gg
https://therun-fr-therun.vercel.app
MIT License
26 stars 8 forks source link

Improve ESLint #11

Closed therungg closed 4 months ago

therungg commented 1 year ago

There's some ESLint rules that shouldn't have to be turned off, and there are a bunch of ESLint plugins I'd like to use.

florence-wolfe commented 1 year ago

Do you want typescript-eslint added to the project?

Are there other rules or plugins you had in mind?

therungg commented 1 year ago

Some typescript enforcing would be great, maybe to start just for staged changes. Enforcing no typescript errors for the entire project is a bit farfetched for now imo.

As far as other plugins, I'd like to use some more robust linter, but can't really decide which of the millions (https://github.com/dustinspecker/awesome-eslint) to prefer. Suggestions are welcome!