We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ddacc commit e8496b8Copy full SHA for e8496b8
eslint.config.js
@@ -107,6 +107,12 @@ export default tseslint.config(
107
'vitest/expect-expect': 'off',
108
},
109
110
+ {
111
+ files: ['**/vitest.*.config.ts'],
112
+ rules: {
113
+ '@nx/enforce-module-boundaries': 'off',
114
+ },
115
116
{
117
files: ['**/*.json'],
118
languageOptions: { parser: jsoncParser },
0 commit comments