Skip to content

Commit 384a108

Browse files
committed
build: added husky and lint-staged
1 parent f9bf936 commit 384a108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"prettier": "prettier --write '**/*.{css,html,js,json,md,yaml,yml}'",
1212
"lint": "eslint .",
13+
"postinstall": "husky install",
1314
"precommit": "lint-staged"
1415
},
1516
"dependencies": {

0 commit comments

Comments
 (0)