Skip to content

Commit

Permalink
chore: removed husky and updated eslint config (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Sep 30, 2024
1 parent 0cf03e7 commit a04bd72
Show file tree
Hide file tree
Showing 6 changed files with 5,886 additions and 4,430 deletions.
8 changes: 0 additions & 8 deletions .husky/install.mjs

This file was deleted.

25 changes: 0 additions & 25 deletions .husky/pre-push

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"lint:fix": "eslint . --fix",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"prepare": "node .husky/install.mjs"
"docs:preview": "vitepress preview docs"
},
"peerDependencies": {
"@tresjs/core": ">=4.2.1",
Expand All @@ -72,7 +71,7 @@
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "^4.2.10",
"@tresjs/eslint-config": "^1.3.0",
"@tresjs/eslint-config": "^1.3.2",
"@types/node": "^22.5.4",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand All @@ -81,7 +80,6 @@
"eslint": "^9.9.0",
"eslint-plugin-vue": "^9.28.0",
"gsap": "^3.12.5",
"husky": "^9.1.4",
"kolorist": "^1.8.0",
"pathe": "^1.1.2",
"release-it": "^17.6.0",
Expand Down
Loading

0 comments on commit a04bd72

Please sign in to comment.