Skip to content

Commit

Permalink
chore: remove pre-commit hooks (#6074)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Jul 11, 2024
1 parent 99a12ae commit fbed105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 114 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,13 @@
"esbuild": "^0.22.0",
"eslint": "^9.6.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.7",
"magic-string": "^0.30.10",
"pathe": "^1.1.2",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.1",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.16.0",
"typescript": "^5.5.2",
"vite": "^5.3.3",
Expand All @@ -87,13 +85,5 @@
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{?([cm])[jt]s?(x),vue,md}": [
"eslint --cache --fix"
]
}
}
106 changes: 2 additions & 104 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbed105

Please sign in to comment.