Update linting
Some checks failed
release-tag / release-image (push) Successful in 1m54s
Lint JavaScript/Node.js / lint-js (push) Failing after 16s
DRB Tests / drb_mocha_tests (push) Successful in 25s

- Update build step version
- Install lint with dev depens
This commit is contained in:
Logan Cusano
2024-08-11 13:51:20 -04:00
parent 8eee33271a
commit 39bb2fd2b6
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,8 @@
"devDependencies": {
"chai": "^5.1.1",
"mocha": "^10.4.0",
"socket.io-client": "^4.7.5"
"socket.io-client": "^4.7.5",
"eslint": "^9.9.0"
},
"dependencies": {
"discord.js": "^14.15.2",