locutusjs / locutus

Bringing stdlibs of other programming languages to JavaScript for educational purposes

Home Page:https://locutus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linting upgrade

kvz opened this issue · comments

I just upgraded our linting to the latest versions. Many new issues were found, some could be autofixed. The ones that could not, i turned into warns instead of errors as to not break the build. But ideally, we turn these into errors again: https://github.com/locutusjs/locutus/blob/master/.eslintrc#L12-L24 once we fix the underlying issues

PS, if you are reading this as a maintainer, i also just completed a switch from Travis CI to GitHub Actions (reason: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing). The build is working and website is auto deployed again.