feat: harden containers and ci

This commit is contained in:
2025-10-16 22:56:33 -05:00
parent c51604fdb7
commit 8ca2756d7b
14 changed files with 293 additions and 17 deletions

View File

@@ -28,6 +28,16 @@
"eject": "react-scripts eject",
"lint": "eslint --ext js,jsx src"
},
"jest": {
"coverageThreshold": {
"global": {
"statements": 18,
"branches": 7,
"functions": 12,
"lines": 18
}
}
},
"eslintConfig": {
"extends": [
"react-app",