Skip to content

Commit

Permalink
chore: remove opiniated Git linting hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 15, 2024
1 parent 8cae904 commit 2177dc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 191 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,19 @@
"format": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --write",
"format:check": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --check",
"test:types": "vue-tsc --noEmit",
"prepare": "simple-git-hooks && nuxi prepare"
"prepare": "nuxi prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.12.12",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.2.0",
"lint-staged": "^15.2.2",
"medium-zoom": "^1.1.0",
"nuxt": "^3.11.2",
"nuxt-kql": "^1.4.17",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.17"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"**/*.{ts,vue}": "eslint --cache"
}
}
Loading

0 comments on commit 2177dc4

Please sign in to comment.