valpackett / transmitter

A WebExtension for the Transmission BitTorrent client
The Unlicense
97 stars 15 forks source link

Lint fixes #33

Closed nfriedly closed 3 years ago

nfriedly commented 3 years ago

I wanted to lint my changes, but I realized there were a few pre-existing failures. These changes were 90% automated between npx eslint --fix . and using VS Code to rename variables. This makes npm run lint pass :)

valpackett commented 3 years ago

Yeah, that's from accepting pull requests :) Thanks

nfriedly commented 3 years ago

You could set up travis ci or github actions or the like to run it automatically and block merging of PRs until it passed ;)