stefanleminh / ploot

A bot to help you with your team-building needs in PvP games!
MIT License
0 stars 1 forks source link

Add code quality tools #6

Closed AndreasMReumschuessel closed 3 years ago

AndreasMReumschuessel commented 3 years ago

I added Prettier and ESLint to enforce formatting rules and to ensure code quality. I've also applied the rules from prettier with npm run format. To check the code with ESLint, you can run npm run lint and to start the bot just use npm start.