langel / botb_irc_bot

battle of the bits instant relay chat magic
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

Add eslint #99

Closed ghost closed 1 year ago

ghost commented 2 years ago

this PR allows you to do style linting on the codebase with the command npm run lint

sometimes, eslint can automatically fix issues. to do that, use npm run lint:fix

eslint found like 500 instances of missing semicolons, which can all be automatically fixed. i will put up a separate PR for that just for organization's sake

edit: here is the other PR: #100