Custom Workspace ESLint Rules
Learn how to create and configure custom ESLint rules specific to your Nx workspace, enabling team-wide code conventions and project-specific linting.
Configuring ESLint with Typescript
Learn how to properly configure ESLint with TypeScript in your Nx workspace, including setting up type-checking and managing parser options for optimal performance.
Switching to ESLint's flat config format
Learn how to migrate your Nx workspace to ESLint's new flat configuration format, understanding the benefits and implementation details.
The dependency-checks rule
Learn how to use the @nx/dependency-checks ESLint rule to identify mismatches between dependencies in package.json and actual project dependencies.
The enforce-module-boundaries rule
Learn how to use the @nx/enforce-module-boundaries ESLint rule to define strict rules for accessing resources between different projects in your Nx workspace.
ESLint Plugin
Nx ESLint plugin features