remove pre-commit and pre-push hooks (#9157)

This commit is contained in:
Jack Amadeo
2026-05-13 11:03:35 -04:00
committed by GitHub
parent e16f8e8f9b
commit 0e270373c2
5 changed files with 1 additions and 222 deletions
+1 -13
View File
@@ -144,10 +144,8 @@
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"knip": "^5.85.0",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
@@ -156,15 +154,5 @@
"vitest": "^4.0.18"
},
"keywords": [],
"license": "Apache-2.0",
"lint-staged": {
"src/**/*.{ts,tsx}": [
"bash -c 'pnpm run typecheck'",
"eslint --fix --max-warnings 0 --no-warn-ignored",
"prettier --write"
],
"src/**/*.{css,json}": [
"prettier --write"
]
}
"license": "Apache-2.0"
}