@nx/eslint-plugin
v22.3.1
Published
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.
Readme
Nx: Smart Repos · Fast Builds
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.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspaceUsing npm init
npm init nx-workspaceUsing yarn create
yarn create nx-workspaceAdding Nx to an Existing Repository
Run:
npx nx@latest init