UNPKG

git-validator

Version:
10 lines (8 loc) 300 B
// @ts-check import path from "node:path"; import { dir, resolveConfig } from "../utils.js"; const cliPath = path.resolve(dir(import.meta.url), "..", "bin", "cli.js"); const defaultConfig = { "*": [`${cliPath} -w`], }; export default (await resolveConfig("lint-staged"))?.config ?? defaultConfig;