How does eslint-plugin-import detects cyclic dependency
“eslint-plugin-import” tool uses its “import/no-cycle” rule to detect cyclic dependencies in the files.
I want to know what exactly happens behind the scenes. What all does it do to detect cyclic dependency….