remove pre-commit and pre-push hooks (#9157)
This commit is contained in:
+1
-13
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user