Add eslint and fix bullet lists

This commit is contained in:
2026-03-15 15:05:25 +01:00
parent 37f0589833
commit decc46064e
7 changed files with 2248 additions and 832 deletions

View File

@@ -19,10 +19,14 @@
"author": "Wholteza (Zackarias Montell)",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^20.11.5",
"browser-sync": "^3.0.4",
"concurrently": "^8.2.1",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"nodemon": "^3.0.1",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"typescript-eslint": "^8.57.0"
}
}