MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / runEslint

Method runEslint

tools/mage/js.go:65–67  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

63}
64
65func (js Js) runEslint(args ...string) error {
66 return js.runYarnCommand("eslint", append([]string{"--color", "--no-ignore", "--max-warnings", "0"}, args...)...)
67}
68
69func (js Js) waitOn() error {
70 return js.runYarnCommand("wait-on", []string{

Callers 2

LintMethod · 0.95
LintSnapMethod · 0.95

Calls 1

runYarnCommandMethod · 0.95

Tested by

no test coverage detected