Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
57
function
runLintFix(sandbox) {
58
return
runNpmScript(sandbox, [
'run'
,
'lint:fix'
]);
59
}
60
61
function
runNpmScript(sandbox, args) {
62
return
new
Promise((resolve, reject) => {
Callers
1
real-world-apis.smoke.js
File · 0.85
Calls
1
runNpmScript
Function · 0.85
Tested by
no test coverage detected