Keep calm and commit
... | @@ -20,6 +20,15 @@ | ... | @@ -20,6 +20,15 @@ |
}, | }, | ||
"packageManager": "yarn@3.7.0", | "packageManager": "yarn@3.7.0", | ||
"dependencies": { | "dependencies": { | ||
"husky": "^9.0.11", | |||
"react-icons": "^5.0.1" | "react-icons": "^5.0.1" | ||
}, | |||
"scripts": { | |||
"prepare": "husky" | |||
}, | |||
"husky": { | |||
"hooks": { | |||
"pre-push": "yarn rw lint --fix" | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment