Skip to content

Commit 8aa7015

Browse files
committed
lint
1 parent faa8a4e commit 8aa7015

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/cli/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ const main = defineCommand({
105105
const paths =
106106
args._.length > 0
107107
? await glob(args._, {
108-
expandDirectories: false,
109-
onlyDirectories: true,
110-
absolute: true,
111-
})
108+
expandDirectories: false,
109+
onlyDirectories: true,
110+
absolute: true,
111+
})
112112
: [process.cwd()];
113113

114114
const templates = await glob(args.template || [], {
@@ -676,4 +676,4 @@ function parsePackageJson(contents: string) {
676676
} catch {
677677
return null;
678678
}
679-
}
679+
}

0 commit comments

Comments
 (0)