UNPKG

@nx/eslint

Version:

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

12 lines (11 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Linter = void 0; /* * @deprecated Use LinterType instead */ var Linter; (function (Linter) { Linter["EsLint"] = "eslint"; Linter["None"] = "none"; })(Linter || (exports.Linter = Linter = {}));