feat: update ESLint and TypeScript configurations across frontend and backend; enhance component structure and improve data handling in various modules
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
"dev:native": "turbo -F native dev",
|
||||
"dev:web": "turbo -F web dev",
|
||||
"dev:server": "turbo -F @sgse-app/backend dev",
|
||||
"dev:setup": "turbo -F @sgse-app/backend dev:setup"
|
||||
"dev:setup": "turbo -F @sgse-app/backend dev:setup",
|
||||
"lint": "turbo lint",
|
||||
"format": "turbo format"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1",
|
||||
|
||||
Reference in New Issue
Block a user