The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.
npm install @nx/eslint-plugin

![License]()

![Semantic Release]()



Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
This package is an ESLint plugin for Nx.
Using npx
``bash`
npx create-nx-workspace
Using npm init
`bash`
npm init nx-workspace
Using yarn create
`bash`
yarn create nx-workspace
Run:
`bash``
npx nx@latest init
- Nx.Dev: Documentation, Guides, Tutorials
- Intro to Nx
- Official Nx YouTube Channel
- Blog Posts About Nx