Skip to content

Commit

Permalink
ci: Improve the performance of the import/no-cycle linting rule (no…
Browse files Browse the repository at this point in the history
…-changelog) (#6985)
  • Loading branch information
netroy committed Aug 22, 2023
1 parent 2d1d638 commit c188b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@n8n_io/eslint-config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const config = (module.exports = {
/**
* 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
Expand Down

0 comments on commit c188b0e

Please sign in to comment.