mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix lint
This commit is contained in:
parent
484cbcd960
commit
86a2b8c2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { parsePackagesFromArguments } from "../parsing/parsePackagesFromArgument
|
||||||
export function commandArgumentScanner() {
|
export function commandArgumentScanner() {
|
||||||
return {
|
return {
|
||||||
scan: (args) => scanDependencies(args),
|
scan: (args) => scanDependencies(args),
|
||||||
shouldScan: (args) => true, // all npx commands need to be scanned, npx doesn't have dry-run
|
shouldScan: () => true, // all npx commands need to be scanned, npx doesn't have dry-run
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue