Skip to content

Commit 80d1ceb

Browse files
authored
Merge pull request #1065 from sharmilajesupaul/minor-typo-fix
minor typo in import/no-cycle rule docs
2 parents ee15fa4 + f13f18e commit 80d1ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rules/no-cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cycles created by `require` within imported modules may not be detected.
3232
There is a `maxDepth` option available to prevent full expansion of very deep dependency trees:
3333

3434
```js
35-
/*eslint import/no-unresolved: [2, { maxDepth: 1 }]*/
35+
/*eslint import/no-cycle: [2, { maxDepth: 1 }]*/
3636

3737
// dep-c.js
3838
import './dep-a.js'

0 commit comments

Comments
 (0)