MCPcopy Index your code
hub / github.com/angular-fullstack/generator-angular-fullstack / eslintFiles

Function eslintFiles

src/test/endpoint.test.js:74–76  ·  view source on GitHub ↗

* @param {string[]} files * @param {string} [flags]

(files, flags = '')

Source from the content-addressed store, hash-verified

72 * @param {string} [flags]
73 */
74function eslintFiles(files, flags = '') {
75 return runCmd(`${ESLINT_CMD} ${flags} ${files.join(' ')}`);
76}
77
78function eslintDir(dir, name, folder) {
79 if(!folder) folder = name;

Callers 1

eslintDirFunction · 0.85

Calls 1

runCmdFunction · 0.90

Tested by

no test coverage detected