chore: Remove simple-git-hooks from package.json

This commit is contained in:
ogabrielluiz 2024-06-13 12:19:39 -03:00
commit 627c094907

View file

@ -85,9 +85,6 @@
"format": "npx prettier --write \"{tests,src}/**/*.{js,jsx,ts,tsx,json,md}\" --ignore-path .prettierignore",
"type-check": "tsc --noEmit --pretty --project tsconfig.json && vite"
},
"simple-git-hooks": {
"pre-commit": "npx pretty-quick --staged"
},
"eslintConfig": {
"extends": [
"react-app",
@ -138,4 +135,4 @@
"ua-parser-js": "^1.0.37",
"vite": "^4.5.2"
}
}
}