Skip to content

Commit

Permalink
[AMORO-3291] Remove simple git hooks and lint staged (apache#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Oct 23, 2024
1 parent 678b43c commit e54fbc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 250 deletions.
9 changes: 0 additions & 9 deletions amoro-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"version": "0.0.0",
"scripts": {
"postinstall": "simple-git-hooks",
"dev": "vite",
"dev:mock": "vite --mode mock",
"build": "vite build",
Expand Down Expand Up @@ -31,11 +30,9 @@
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.4.0",
"less": "4.2.0",
"lint-staged": "^15.2.10",
"mockjs": "^1.1.0",
"monaco-editor": "^0.49.0",
"qs": "^6.12.1",
"simple-git-hooks": "^2.11.1",
"sql-formatter": "^15.3.1",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.27.0",
Expand All @@ -47,11 +44,5 @@
},
"engines": {
"node": ">=18.18.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged --allow-empty true --concurrent false"
},
"lint-staged": {
"*.{js,vue,ts}": "npm --prefix ./amoro-web run format"
}
}
Loading

0 comments on commit e54fbc2

Please sign in to comment.