Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 21, 2024
1 parent bf218d9 commit 4225a19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/setup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export async function setupDocs(docsDir, opts = {}) {
build: {
transpile: [appDir],
},
modules: [
docsconfig.buildCache ? 'nuxt-build-cache' : undefined,
].filter(Boolean),
modules: [docsconfig.buildCache ? 'nuxt-build-cache' : undefined].filter(Boolean),
// @ts-ignore
docs: docsconfig,
// @ts-ignore
Expand Down

0 comments on commit 4225a19

Please sign in to comment.