We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53765a0 commit cf0d795Copy full SHA for cf0d795
1 file changed
package.json
@@ -88,18 +88,6 @@
88
"audit-prod": "npx better-npm-audit audit --production",
89
"check-markdown": "remark . --frail"
90
},
91
- "pre-commit": {
92
- "silent": false,
93
- "run": [
94
- "check-markdown",
95
- "format",
96
- "lint",
97
- "audit-all",
98
- "audit-prod",
99
- "test-pre-commit",
100
- "build"
101
- ]
102
- },
103
"eslintConfig": {
104
"extends": [
105
"react-app",
0 commit comments