chore: merge locators in a single file (#11233)

This commit is contained in:
Alex Rudenko
2023-10-23 14:23:46 +02:00
committed by GitHub
parent b9ce89e460
commit 014c72ae1d
9 changed files with 1081 additions and 1284 deletions

View File

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