The eslint-plugin-nx 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.
The Nuxt plugin for Nx contains executors and generators for managing Nuxt applications and libraries within an Nx workspace. It provides:
- Integration with libraries such as Vitest, Playwright, Cypress, and Storybook.
- Generators for applications, libraries, and more.
- Library build support for publishing packages to npm or other registries.
- Utilities for automatic workspace refactoring.