Commit d78419f
authored
docs(linter): Add configuration option docs for import/no-cycle rule. (#15136)
Part of #14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowUnsafeDynamicCyclicDependency
type: `boolean`
default: `false`
Allow cyclic dependency if there is at least one dynamic import in the chain
### ignoreExternal
type: `boolean`
default: `false`
Ignore external modules
### ignoreTypes
type: `boolean`
default: `true`
Ignore type-only imports
### maxDepth
type: `integer`
default: `4294967295`
Maximum dependency depth to traverse
```1 parent 297176c commit d78419f
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments