eslint workflow

This commit is contained in:
Isaac
2021-05-22 13:27:12 +01:00
parent 233957ad6b
commit f58276f603
2 changed files with 29 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"description": "An open-source Discord bot for ticket management",
"main": "src/index.js",
"scripts": {
"lint": "eslint src --fix",
"start": "node src/",
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
},