Closed soryy708 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.94%. Comparing base (
743ebca
) to head (6218a8a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
https://github.com/import-js/eslint-plugin-import/pull/2998 introduces a
disableScc
option to theno-cycle
rule, but there's no reference to it in the rule's docs at https://github.com/import-js/eslint-plugin-import/blob/f72f2072f4245f2c3494816d7c14352fc9e07c0a/docs/rules/no-cycle.mdIt's an error of omission, and we need to add it to the docs, so that users know about the escape hatch and what it does, without digging through issues/PRs about it.
Fixes #3063