Skip to content

Commit

Permalink
fix(linter): checking command is specified (#26908)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajhans authored Jul 25, 2024
1 parent 3a5e0dd commit a9c2f16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ function isMigrationToMonorepoNeeded(tree: Tree, graph: ProjectGraph): boolean {
targetConfig.executor
) ||
(targetConfig.executor === 'nx:run-commands' &&
targetConfig.options?.command &&
targetConfig.options?.command.startsWith('eslint '))
) {
return true;
Expand Down

0 comments on commit a9c2f16

Please sign in to comment.