Skip to content

Commit

Permalink
vinvoor: remove simple git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Nov 18, 2024
1 parent 1d8aaee commit 92a9004
Show file tree
Hide file tree
Showing 2 changed files with 1,423 additions and 2,521 deletions.
11 changes: 1 addition & 10 deletions vinvoor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"build": "tsc && vite build",
"format": "prettier . --write",
"lint": "eslint . --fix",
"preview": "vite preview",
"postinstall": "if [ \"$CI\" != \"true\" ]; then pnpx simple-git-hooks; else echo 'Skipping Git hooks in CI'; fi"
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
Expand Down Expand Up @@ -51,17 +50,9 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"prettier": "3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0"
},
"simple-git-hooks": {
"pre-commit": "cd ui && pnpm lint-staged"
},
"lint-staged": {
"*": "eslint . && prettier .",
"src/*": "bash -c tsc --noEmit"
}
}
Loading

0 comments on commit 92a9004

Please sign in to comment.