Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 896 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 896 Bytes

@funish/githooks-config

npm version npm downloads npm license Contributor Covenant

Shared githooks configuration, powered by Funish.

Getting started

# npm
$ npm install -D @funish/githooks-config

# yarn
$ yarn add -D @funish/githooks-config

# pnpm
$ pnpm add -D @funish/githooks-config

Usage

// githooks.config.ts
import { defineGithooksConfig } from "@funish/githooks";

export default defineGithooksConfig({
  extends: ["@funish/githooks-config"],
});

License