`@websnacksjs/conventional` is a cli program which can be used with `husky` & git hooks to enforce that commit messages adhere to the conventional commits standard.
3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
export type * from "./config.js";
|
|
export { defineConfig } from "./config.js";
|
|
export type * from "./types.js";
|