UNPKG

@nx/react

Version:

The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook. - Generators for applica

5 lines (4 loc) 277 B
import { type Tree, type GeneratorCallback } from '@nx/devkit'; import { NormalizedSchema } from '../schema'; export declare function addLinting(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>; export declare function isEslintInstalled(tree: Tree): boolean;