MCPcopy
hub / github.com/jsdoc/jsdoc / lint

Function lint

gulpfile.js:49–56  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

47}
48
49function lint(cb) {
50 gulp.src(options.lintPaths)
51 .pipe(eslint())
52 .pipe(eslint.formatEach())
53 .pipe(eslint.failOnError());
54
55 cb();
56}
57
58function test(cb) {
59 const cmd = util.format('%s "%s" -T', options.nodePath, options.nodeBin);

Callers

nothing calls this directly

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…