Updated eslint

This commit is contained in:
2024-08-20 22:27:46 +02:00
parent 0b92214d2d
commit 79a879f60f
23 changed files with 266 additions and 227 deletions

View File

@@ -44,14 +44,17 @@
"youtube-ext": "^1.1.25"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.15",
"@types/pg": "^8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"