MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / runLintFix

Function runLintFix

packages/cli/smoke-test/openapi/code-gen-utils.js:57–59  ·  view source on GitHub ↗
(sandbox)

Source from the content-addressed store, hash-verified

55}
56
57function runLintFix(sandbox) {
58 return runNpmScript(sandbox, ['run', 'lint:fix']);
59}
60
61function runNpmScript(sandbox, args) {
62 return new Promise((resolve, reject) => {

Callers 1

Calls 1

runNpmScriptFunction · 0.85

Tested by

no test coverage detected