Skip to content

Commit

Permalink
eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Sep 6, 2024
1 parent 0544479 commit e916c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/lifecycles/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const readAndMergeConfig = async() => {

if (hasConfigFile) {
const userCfgFile = (await import(configUrl)).default;
// eslint-disable-next-line max-len
const { workspace, devServer, markdown, optimization, plugins, port, prerender, basePath, staticRouter, pagesDirectory, layoutsDirectory, activeFrontmatter, isolation, polyfills } = userCfgFile;

// workspace validation
Expand Down

0 comments on commit e916c3f

Please sign in to comment.