chore(core): Switch import/no-cycle to error level (#15408)

This commit is contained in:
Iván Ovejero
2025-05-23 17:59:48 +02:00
committed by GitHub
parent 7f0c6d62e6
commit 2bd80ced6e
10 changed files with 9 additions and 2 deletions

View File

@@ -486,7 +486,6 @@ const config = (module.exports = {
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/unbound-method': 'off',
'id-denylist': 'off',
'import/no-cycle': 'off',
'import/no-default-export': 'off',
'import/no-extraneous-dependencies': 'off',
'n8n-local-rules/no-uncaught-json-parse': 'off',