feat: harden containers and ci
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user