Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caknoooo committed Dec 6, 2023
1 parent 99be66a commit ae8ee19
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "vite",
"build": "vite build",
"prepare": "husky install",
"prettierrc": "lint-staged"
"prettierrc": "prettier --write ."
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
Expand All @@ -15,11 +15,5 @@
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"vite": "^4.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue,html,css,scss,json,yml,yaml,md}": [
"prettier --write",
"git add"
]
}
}

0 comments on commit ae8ee19

Please sign in to comment.