finish restructuring, add eslint config, add more questions to form

This commit is contained in:
2024-10-02 15:45:35 +02:00
parent 734259ae6a
commit d37464a344
11 changed files with 1694 additions and 59 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"dependencies": {
"@stylistic/eslint-plugin": "^2.8.0",
"eslint": "^9.11.1",
"typescript-eslint": "^8.8.0"
},
"scripts": {
"lint": "eslint",
"lint-fix": "eslint --fix"
}
}