Skip to content

Commit

Permalink
chore: update lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Jul 22, 2024
1 parent 81cfab2 commit d22c201
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 179 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@
"test:watch": "vitest --reporter verbose",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test --ui",
"prepare": "pnpm -F static build && nuxi prepare && husky install"
"prepare": "pnpm -F static build && nuxi prepare"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix"
]
"*": "eslint --fix"
},
"engines": {
"npm": "please-use-pnpm",
Expand Down Expand Up @@ -139,13 +135,13 @@
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"glob": "^8.1.0",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.5.0",
"lint-staged": "^15.2.7",
"nuxt": "^3.12.3",
"nuxt-gtag": "^1.2.1",
"postcss": "^8.4.39",
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.5",
"vite-svg-loader": "^5.1.0",
"vitest": "^0.34.6"
Expand Down
Loading

0 comments on commit d22c201

Please sign in to comment.