Skip to content

Commit 13c5f9e

Browse files
committed
Downgrade no-cycle to warn temporarily
1 parent 49358f0 commit 13c5f9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ module.exports = {
5252
'prefer-const': 'error',
5353
'eol-last': 'off',
5454
'import/no-duplicates': 'error',
55-
'import/no-cycle': 'error',
55+
// TODO: Enable after fixing cycle in CallGraphNode -> globalRivetNodeRegistry
56+
'import/no-cycle': 'warn',
5657
'no-extra-boolean-cast': 'off',
5758
'no-prototype-builtins': 'off',
5859
'no-undef-init': 'off',

0 commit comments

Comments
 (0)