mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: remove import cycle in query handlers (#11234)
This commit is contained in:
@@ -131,10 +131,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
|
||||
'import/no-cycle': [
|
||||
'error',
|
||||
{maxDepth: Infinity, allowUnsafeDynamicCyclicDependency: true},
|
||||
],
|
||||
'import/no-cycle': ['error', {maxDepth: Infinity}],
|
||||
|
||||
'no-restricted-syntax': [
|
||||
'error',
|
||||
|
||||
Reference in New Issue
Block a user