SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

style: Replace TSLint with ESLint #55

Closed SimonAlling closed 3 years ago

SimonAlling commented 3 years ago

I copied .eslintrc.yml from Better SweClockers, adapted it slightly to resemble this project's tslint.json and fixed all remaining lint errors.

Resolves #49.

SimonAlling commented 3 years ago

⚠️ Future me, remember to set the squash commit message to the PR description!