@funish/githooks-config
v0.0.2
Published
Shared githooks configuration, powered by Funish.
Downloads
287
Readme
@funish/githooks-config
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"],
});