MCPcopy Index your code
hub / github.com/tinyplex/tinybase / lintDocs

Function lintDocs

gulpfile.mjs:758–758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

756 await lintCheckFiles('site');
757};
758export const lintDocs = () => lintCheckDocs('src');
759export const lint = series(lintDocs, lintFiles);
760
761export const spell = async () => {

Callers

nothing calls this directly

Calls 1

lintCheckDocsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…