We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49358f0 commit 13c5f9eCopy full SHA for 13c5f9e
.eslintrc.cjs
@@ -52,7 +52,8 @@ module.exports = {
52
'prefer-const': 'error',
53
'eol-last': 'off',
54
'import/no-duplicates': 'error',
55
- 'import/no-cycle': 'error',
+ // TODO: Enable after fixing cycle in CallGraphNode -> globalRivetNodeRegistry
56
+ 'import/no-cycle': 'warn',
57
'no-extra-boolean-cast': 'off',
58
'no-prototype-builtins': 'off',
59
'no-undef-init': 'off',
0 commit comments