Skip to content

Commit

Permalink
build: added husky and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jan 3, 2023
1 parent f9bf936 commit 384a108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"prettier": "prettier --write '**/*.{css,html,js,json,md,yaml,yml}'",
"lint": "eslint .",
"postinstall": "husky install",
"precommit": "lint-staged"
},
"dependencies": {
Expand Down

0 comments on commit 384a108

Please sign in to comment.