Skip to content

Commit d345e36

Browse files
committed
chore: switch linting to @npmcli/lint
1 parent 846cfe5 commit d345e36

File tree

4 files changed

+6855
-3047
lines changed

4 files changed

+6855
-3047
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const promiseSpawnUid = (cmd, args, opts, extra) => {
5252
code,
5353
signal,
5454
...stdioResult(stdout, stderr, opts),
55-
...extra
55+
...extra,
5656
}
5757
if (code || signal)
5858
rej(Object.assign(new Error('command failed'), result))

0 commit comments

Comments
 (0)