UNPKG

@nx/eslint

Version:

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

6 lines (5 loc) 116 B
export declare enum Linter { EsLint = "eslint", None = "none" } export type LinterType = 'eslint' | 'none';