Skip to content

Commit

Permalink
fix(modules): feature flags not passing through, fix #385
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 7, 2024
1 parent 8046343 commit 592a5e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/module/src/modules/config.ts
Expand Up @@ -90,10 +90,7 @@ async function generateESLintConfig(options: ModuleOptions, nuxt: Nuxt, addons:
)

const basicOptions: NuxtESLintConfigOptions = {
features: {
stylistic: config.stylistic,
standalone: config.standalone,
},
features: config,
dirs: getDirs(nuxt),
}

Expand Down

0 comments on commit 592a5e3

Please sign in to comment.