UNPKG

@nozomiishii/lefthook-config

Version:
39 lines (28 loc) 634 B
# @nozomiishii/lefthook-config Nozomi's Recommended [lefthook](https://github.com/evilmartians/lefthook) config. <!-- Main Image --> <br> <div align="center"> <img src="https://media.giphy.com/media/US7vLRTU5sAPcQcEHx/giphy.gif" alt="Coding" width="480" /> </div> <div align="right"> <small>via Danielle Chenette on GIPHY</small> </div> <br> ## Gist ```sh npx -y @nozomiishii/lefthook-config@latest ``` ## Manual ### Use as Dependency ```sh pnpm add -D lefthook @nozomiishii/lefthook-config ``` lefthook.yaml ```yaml extends: - ./node_modules/@nozomiishii/lefthook-config/index.yaml ``` ```sh npx lefthook install ```