chore: sync infra docs and coverage
Some checks failed
CI / Backend Tests (push) Failing after 2m41s
CI / Frontend Tests (push) Successful in 2m14s
CI / Build Docker Images (push) Has been skipped

This commit is contained in:
2025-10-16 22:41:22 -05:00
parent a553b14017
commit 252775faf3
109 changed files with 29696 additions and 208 deletions

View File

@@ -25,7 +25,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint --ext js,jsx src"
},
"eslintConfig": {
"extends": [
@@ -48,7 +49,8 @@
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"typescript": "4.9.5"
"typescript": "4.9.5",
"eslint": "^8.57.0"
},
"proxy": "http://merchantsofhope-supplyanddemandportal-backend:3001"
}