Skip to content

Use the new no-circular-dependencies ESLint rule in the library (#159) #637

Use the new no-circular-dependencies ESLint rule in the library (#159)

Use the new no-circular-dependencies ESLint rule in the library (#159) #637

Triggered via push July 10, 2024 09:42
Status Success
Total duration 1m 50s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build (18): packages/react-obsidian/test/fixtures/CircularDependencyGraph.ts#L4
Circular dependency detected starting from aString: aString -> aString
build (18): packages/react-obsidian/test/fixtures/CircularDependencyGraph2.ts#L4
Circular dependency detected starting from dep1: dep1 -> dep2 -> dep3 -> dep1
build (18): packages/react-obsidian/test/fixtures/SubgraphWithCircularDependency.ts#L9
Circular dependency detected starting from dep2: dep2 -> dep3 -> dep2