Skip to content

Commit

Permalink
fix(nextjs): Add missing setParserOptionProject (#20754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham authored and meeroslav committed Dec 14, 2023
1 parent dba87b0 commit 594360a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export async function addLinting(
unitTestRunner: options.unitTestRunner,
skipFormat: true,
rootProject: options.rootProject,
setParserOptionsProject: options.setParserOptionsProject,
});
if (options.linter === Linter.EsLint && isEslintConfigSupported(host)) {
addExtendsToLintConfig(host, options.appProjectRoot, [
Expand Down

0 comments on commit 594360a

Please sign in to comment.