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 82c8abd commit 138c7beCopy full SHA for 138c7be
eslint.config.ts
@@ -280,7 +280,6 @@ export default tseslint.config(
280
...pluginVitest.configs.recommended.rules,
281
"@typescript-eslint/no-empty-function": ["error", { allow: ["arrowFunctions"] }],
282
"local/avoid-multiline-template-expression": "off",
283
- "@nx/enforce-module-boundaries": "off",
284
},
285
286
{
@@ -297,7 +296,6 @@ export default tseslint.config(
297
296
298
rules: {
299
"no-console": "off",
300
301
...disableTypeCheckedRules,
302
303
@@ -313,7 +311,6 @@ export default tseslint.config(
313
311
314
312
315
316
317
318
319
);
0 commit comments