UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

6 lines 156 B
export declare const enum Linter { EsLint = "eslint", None = "none" } export type LinterType = 'eslint' | 'none'; //# sourceMappingURL=lint.d.ts.map