Skip to content

Commit fbed105

Browse files
authored
chore: remove pre-commit hooks (#6074)
1 parent 99a12ae commit fbed105

File tree

2 files changed

+2
-114
lines changed

2 files changed

+2
-114
lines changed

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@
5252
"esbuild": "^0.22.0",
5353
"eslint": "^9.6.0",
5454
"fast-glob": "^3.3.2",
55-
"lint-staged": "^15.2.7",
5655
"magic-string": "^0.30.10",
5756
"pathe": "^1.1.2",
5857
"rimraf": "^5.0.7",
5958
"rollup": "^4.18.0",
6059
"rollup-plugin-dts": "^6.1.1",
6160
"rollup-plugin-esbuild": "^6.1.1",
6261
"rollup-plugin-license": "^3.5.1",
63-
"simple-git-hooks": "^2.11.1",
6462
"tsx": "^4.16.0",
6563
"typescript": "^5.5.2",
6664
"vite": "^5.3.3",
@@ -87,13 +85,5 @@
8785
8886
8987
}
90-
},
91-
"simple-git-hooks": {
92-
"pre-commit": "npx lint-staged"
93-
},
94-
"lint-staged": {
95-
"*.{?([cm])[jt]s?(x),vue,md}": [
96-
"eslint --cache --fix"
97-
]
9888
}
9989
}

pnpm-lock.yaml

Lines changed: 2 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)