Skip to content

Commit 138c7be

Browse files
committed
chore: remove redundant rule disabling for @nx/enforce-module-boundaries
1 parent 82c8abd commit 138c7be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eslint.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ export default tseslint.config(
280280
...pluginVitest.configs.recommended.rules,
281281
"@typescript-eslint/no-empty-function": ["error", { allow: ["arrowFunctions"] }],
282282
"local/avoid-multiline-template-expression": "off",
283-
"@nx/enforce-module-boundaries": "off",
284283
},
285284
},
286285
{
@@ -297,7 +296,6 @@ export default tseslint.config(
297296
},
298297
rules: {
299298
"no-console": "off",
300-
"@nx/enforce-module-boundaries": "off",
301299
...disableTypeCheckedRules,
302300
},
303301
},
@@ -313,7 +311,6 @@ export default tseslint.config(
313311
},
314312
rules: {
315313
...disableTypeCheckedRules,
316-
"@nx/enforce-module-boundaries": "off",
317314
},
318315
},
319316
);

0 commit comments

Comments
 (0)