finish restructuring, add eslint config, add more questions to form
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user