Skip to content

Commit

Permalink
chore: remove pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
SeryiBaran committed Dec 18, 2023
1 parent 6fe8ed3 commit ab542a8
Show file tree
Hide file tree
Showing 2 changed files with 4,828 additions and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"up": "taze major -I",
"postinstall": "npx simple-git-hooks"
"up": "taze major -I"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.1",
Expand All @@ -33,22 +32,14 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.12.0",
"happy-dom": "^9.20.3",
"lint-staged": "^13.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"tailwindcss": "^3.3.2",
"taze": "^0.10.1",
"typescript": "^5.0.4",
"unplugin-icons": "^0.16.1",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vue-tsc": "^1.6.5"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}
Loading

0 comments on commit ab542a8

Please sign in to comment.