Skip to content

Commit

Permalink
fix(node): lint generator aware that app is root (#15355)
Browse files Browse the repository at this point in the history
(cherry picked from commit b40c9fa)
  • Loading branch information
ndcunningham authored and FrozenPandaz committed Mar 2, 2023
1 parent e9a59d6 commit 18ff2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/node/src/generators/application/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export async function addLintingToApplication(
unitTestRunner: options.unitTestRunner,
skipFormat: true,
setParserOptionsProject: options.setParserOptionsProject,
rootProject: options.rootProject,
});

return lintTask;
Expand Down

0 comments on commit 18ff2db

Please sign in to comment.