Skip to content

Commit 7a1b4d1

Browse files
V3RONcursoragent
andcommitted
fix(plugins): ignore vitest in dependency-checks
Vitest is provided at the workspace root for tests; other packages already exclude it from @nx/dependency-checks the same way. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1b5a208 commit 7a1b4d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/plugins/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default [
99
'error',
1010
{
1111
ignoredFiles: ['{projectRoot}/eslint.config.{js,cjs,mjs,ts,cts,mts}'],
12+
ignoredDependencies: ['vitest'],
1213
},
1314
],
1415
},

0 commit comments

Comments
 (0)