# Page Not Found

`/docs/conformance/rules/package_management_no_circular_imports` does not exist. Similar pages:

- [PACKAGE_MANAGEMENT_NO_CIRCULAR_IMPORTS](/docs/conformance/rules/package_management_no_circular_imports.md): Conformance is available on Enterprise plans This check ensures that there is no path through import statements back to the original file. This helps
- [PACKAGE_MANAGEMENT_NO_UNRESOLVED_IMPORTS](/docs/conformance/rules/package_management_no_unresolved_imports.md): Conformance is available on Enterprise plans All imports must be able to be resolved to a file local to the workspace or a package declared as a
- [Conformance Rules](/docs/conformance/rules.md): PACKAGE\_MANAGEMENT\_NO\_CIRCULAR\_IMPORTS Import statements that can not be resolved to a local file or a package from package.json dependencies are
- [Forbiddenimports](/docs/conformance/custom-rules/forbidden-imports.md): Conformance is available on Enterprise plans The forbiddenimports rule type enables you to disallow one or more files from importing one or more
- [Example configuration](/docs/conformance/custom-rules/forbidden-packages.md): The example below configures a rule named NO_TEAM_PACKAGES that disallows importing any package from the team workspace except for @team/utils.

All pages: [/llms.txt](/llms.txt)
