Skip to content

Commit e8496b8

Browse files
ASAS
authored andcommitted
fix: module bounderies off
1 parent 39ddacc commit e8496b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eslint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ export default tseslint.config(
107107
'vitest/expect-expect': 'off',
108108
},
109109
},
110+
{
111+
files: ['**/vitest.*.config.ts'],
112+
rules: {
113+
'@nx/enforce-module-boundaries': 'off',
114+
},
115+
},
110116
{
111117
files: ['**/*.json'],
112118
languageOptions: { parser: jsoncParser },

0 commit comments

Comments
 (0)