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

Function lintFiles

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

Source from the content-addressed store, hash-verified

751};
752
753export const lintFiles = async () => {
754 await lintCheckFiles('src');
755 await lintCheckFiles('test');
756 await lintCheckFiles('site');
757};
758export const lintDocs = () => lintCheckDocs('src');
759export const lint = series(lintDocs, lintFiles);
760

Callers

nothing calls this directly

Calls 1

lintCheckFilesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…