Skip to main content

8 docs tagged with "rules"

View all tags

Element Types

Learn how to manage and enforce dependencies in ESLint Plugin Boundaries rules.

Entry Point

Learn how to manage and enforce entry points of your elements in ESLint Plugin Boundaries rules.

External

Learn how to manage external dependencies in ESLint Plugin Boundaries rules.

No Ignored

Learn how to enforce that all known files can only import non-ignored files using ESLint Plugin Boundaries.

No Private

Learn how to manage dependencies on private elements in ESLint Plugin Boundaries rules.

No Unknown

Learn how to manage dependencies on unknown elements in ESLint Plugin Boundaries rules.

No Unknown Files

Learn how to enforce that all files in your project belong to a known element type using ESLint Plugin Boundaries.

Rules Overview

Overview of the rules provided by ESLint Plugin Boundaries to enforce architectural boundaries.