UNPKG

@nx/eslint

Version:

The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.

9 lines 229 B
/** * @deprecated Use LinterType instead. It will be removed in Nx v22. */ export declare enum Linter { EsLint = "eslint", None = "none" } export type LinterType = 'eslint' | 'none'; //# sourceMappingURL=linter.d.ts.map