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

@@ -27,7 +27,6 @@ module.exports = {
complexity: 'error',
// TODO: Remove this
'import/no-cycle': 'warn',
'import/extensions': 'warn',
'@typescript-eslint/ban-ts-comment': ['warn', { 'ts-ignore': true }],
'@typescript-eslint/no-explicit-any': 'warn',