Adds eslint and linted & improved routing for interactions

This commit is contained in:
Michel Fedde 2025-06-17 20:37:53 +02:00
parent 83209f642c
commit 441715675c
35 changed files with 2091 additions and 463 deletions

View file

@ -28,5 +28,11 @@
"node-cron": "^4.0.7",
"object-path-set": "^1.0.2",
"svg2img": "^1.0.0-beta.2"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"typescript-eslint": "^8.34.1"
}
}