MCPcopy Create free account
hub / github.com/conventional-changelog/commitlint / gitBootstrap

Function gitBootstrap

@commitlint/load/src/load.test.ts:25–25  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

23
24const fixBootstrap = (name: string) => fix.bootstrap(name, __dirname);
25const gitBootstrap = (name: string) => git.bootstrap(name, __dirname);
26const npmBootstrap = (name: string) => npm.bootstrap(name, __dirname);
27
28test("extends-empty should have no rules", async () => {

Callers 1

load.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected