fix: remove import cycle in query handlers (#11234)

This commit is contained in:
Alex Rudenko
2023-10-23 17:21:48 +02:00
committed by GitHub
parent edec7d53f8
commit 954c75f9a9
4 changed files with 32 additions and 9 deletions

View File

@@ -131,10 +131,7 @@ module.exports = {
},
],
'import/no-cycle': [
'error',
{maxDepth: Infinity, allowUnsafeDynamicCyclicDependency: true},
],
'import/no-cycle': ['error', {maxDepth: Infinity}],
'no-restricted-syntax': [
'error',