Closed AndreasMReumschuessel closed 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.
npm run format
npm run lint
npm start
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 runnpm run lint
and to start the bot just usenpm start
.