Ihury / bot-discord-js-v13

A repository for a Discord bot using discord.js
41 stars 33 forks source link

Feature/linter #3

Closed Arthur-Damasceno closed 2 years ago

Arthur-Damasceno commented 3 years ago

I've added eslint, prettier and nodemon (look in package.json to see the scripts for each), I recommend you use typescript, if that's not possible use babel, to make the folder build to run in production, allowing you to use the latest javascript syntax like import/export, if you want, I can help.