Skip to content

Commit 00e533e

Browse files
committed
enable disableScc in import/no-cycle
1 parent fde5a20 commit 00e533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export default {
532532
"import/no-amd": [2],
533533
"import/no-anonymous-default-export": [0],
534534
"import/no-commonjs": [2, {"allowConditionalRequire": false}],
535-
"import/no-cycle": [2, {"ignoreExternal": true, "maxDepth": 1}],
535+
"import/no-cycle": [2, {"ignoreExternal": true, "maxDepth": 1, disableScc: true}], // disableScc is a massive speed gain
536536
"import/no-default-export": [0],
537537
"import/no-deprecated": [0],
538538
"import/no-duplicates": [2],

0 commit comments

Comments
 (0)