UNPKG

655 BJavaScriptView Raw
1"use strict";
2/* eslint-disable @typescript-eslint/no-namespace */
3Object.defineProperty(exports, "__esModule", { value: true });
4exports.CLIEngine = void 0;
5const eslint_1 = require("eslint");
6/**
7 * The underlying utility that runs the ESLint command line interface. This object will read the filesystem for
8 * configuration and file information but will not output any results. Instead, it allows you direct access to the
9 * important information so you can deal with the output yourself.
10 * @deprecated use the ESLint class instead
11 */
12class CLIEngine extends eslint_1.CLIEngine {
13}
14exports.CLIEngine = CLIEngine;
15//# sourceMappingURL=CLIEngine.js.map
\No newline at end of file