Sebastien Rousseau  Logo

Usage

@sebastienrousseau/lefthook-config can be consumed across all standard module formats.

CommonJS

module.exports = require("@sebastienrousseau/lefthook-config");

ES Modules

import config from "@sebastienrousseau/lefthook-config";
export default config;

In package.json

{
  "lefthook": "@sebastienrousseau/lefthook-config"
}