Skip to content

Commit 06ef57c

Browse files
committed
refactor: fix plugin-eslint int tests
1 parent 7bee58c commit 06ef57c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"lint": {
77
"executor": "@nx/eslint:lint"
88
}
9-
}
9+
},
10+
"implicitDependencies": ["core"]
1011
}

packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"lint": {
77
"executor": "@nx/eslint:lint"
88
}
9-
}
9+
},
10+
"implicitDependencies": ["utils"]
1011
}

packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"lint": {
77
"executor": "@nx/eslint:lint"
88
}
9-
}
9+
},
10+
"implicitDependencies": ["utils"]
1011
}

0 commit comments

Comments
 (0)