Skip to content

Commit

Permalink
Remove husky.
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrojean committed Jan 24, 2024
1 parent 36ae1a7 commit e369330
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default antfu({
ignores: [
'*.md',
'.vscode/**',
'.husky/**',
'dist/**',
'node_modules/**',
'.netlify/**',
Expand Down
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"preview": "vite preview --port 5000",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down
1 change: 0 additions & 1 deletion docs/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default antfu({
ignores: [
'*.md',
'.vscode/**',
'.husky/**',
'dist/**',
'node_modules/**',
'.netlify/**',
Expand Down

0 comments on commit e369330

Please sign in to comment.