Last active
June 2, 2025 00:35
-
-
Save jeremy-code/e8700a37d02a32248c0f939dc8280a68 to your computer and use it in GitHub Desktop.
husky + lint-staged package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "libxslt-wasm-demo", | |
"private": true, | |
"version": "0.0.0", | |
"dependencies": { | |
"husky": "^9.1.7", | |
"lint-staged": "^16.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment