Skip to content

Commit

Permalink
fix(nextjs): make lint generator rootProject aware
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Apr 20, 2023
1 parent bef152d commit 40897c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export async function addLinting(
unitTestRunner: options.unitTestRunner,
eslintFilePatterns: [`${options.appProjectRoot}/**/*.{ts,tsx,js,jsx}`],
skipFormat: true,
rootProject: options.rootProject,
});

if (options.linter === Linter.EsLint) {
Expand Down

0 comments on commit 40897c5

Please sign in to comment.