mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Improve the performance of the import/no-cycle linting rule (no-changelog) (#6985)
This commit is contained in:
committed by
GitHub
parent
2d1d638654
commit
c188b0e9b2
@@ -324,7 +324,7 @@ const config = (module.exports = {
|
|||||||
/**
|
/**
|
||||||
* https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md
|
* https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md
|
||||||
*/
|
*/
|
||||||
'import/no-cycle': 'error',
|
'import/no-cycle': ['error', { ignoreExternal: false, maxDepth: 3 }],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-default-export.md
|
* https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-default-export.md
|
||||||
|
|||||||
Reference in New Issue
Block a user