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

Method LintAll

tools/mage/js.go:331–333  ·  view source on GitHub ↗

LintAll runs linters over js and snap files.

()

Source from the content-addressed store, hash-verified

329
330// LintAll runs linters over js and snap files.
331func (js Js) LintAll() {
332 mg.Deps(js.Lint, js.LintSnap)
333}
334
335// Storybook runs a local server with storybook.
336func (js Js) Storybook() error {

Callers

nothing calls this directly

Calls 1

DepsMethod · 0.45

Tested by

no test coverage detected