toddmedema / electrify

Take Charge of the Power Market
http://electrifygame.com
MIT License
6 stars 2 forks source link

Migrate from tslint to eslint #68

Closed toddmedema closed 3 months ago

toddmedema commented 3 months ago

Looks like this will first require upgrading node to v18 or 20+

tslint is apparently deprecated in favor of eslint now. Hopefully not much is required / configs are likely quite similar

migration guide: https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration

And then run the linter on the whole repo, e.g. https://stackoverflow.com/questions/41702815/how-to-make-visual-studio-code-check-entire-project-for-errors

toddmedema commented 3 months ago

Closing, will be addressed in https://github.com/toddmedema/electrify/pull/77