mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
feat: add folder
This commit is contained in:
parent
268119a001
commit
9ed9d23049
@ -144,7 +144,7 @@ func CommandWithESLint() CommandOption {
|
||||
o.l.Info("Running eslint ...")
|
||||
for _, dir := range o.dirs(ctx, r, "package.json", 1) {
|
||||
o.l.Info("└ " + dir)
|
||||
if out, err := shell.New(ctx, o.l, "eslint", "--quiet").
|
||||
if out, err := shell.New(ctx, o.l, "eslint", "--quiet", ".").
|
||||
Args(r.Flags()...).
|
||||
Args(r.PassThroughFlags()...).
|
||||
Args(r.AdditionalArgs()...).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user