Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 8, 2024
1 parent e0c32c8 commit 0c91acf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ export function stacks(
}

if (enableVue) {
configs.push(vue({
...resolveSubOptions(options, 'vue'),
overrides: getOverrides(options, 'vue'),
stylistic: stylisticOptions,
typescript: !!enableTypeScript,
}),
configs.push(vue({
...resolveSubOptions(options, 'vue'),
overrides: getOverrides(options, 'vue'),
stylistic: stylisticOptions,
typescript: !!enableTypeScript,
}),
)
}

Expand Down

0 comments on commit 0c91acf

Please sign in to comment.