Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions astro-docs/src/content/docs/kb/custom-workspace-rules.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ topics:

Custom ESLint rules allow you to enforce team-specific conventions, project architectural patterns, and codebase-specific best practices that aren't covered by existing ESLint plugins. Nx provides two main approaches for creating and using custom ESLint rules in your workspace.

{% youtube src="https://youtu.be/VHCCge9NZqs" title="Create custom workspace lint rules with your AI agent" /%}

<!-- TODO: Add "Quick Start with the Generator" section once @nx/eslint:workspace-rule supports ESLint v9 -->

## Understanding the two approaches
Expand Down
Loading