.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-eslint / CLIEngine.js
1 "use strict";
2 /* eslint-disable @typescript-eslint/no-namespace */
3 Object.defineProperty(exports, "__esModule", { value: true });
4 exports.CLIEngine = void 0;
5 const 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  */
12 class CLIEngine extends eslint_1.CLIEngine {
13 }
14 exports.CLIEngine = CLIEngine;
15 //# sourceMappingURL=CLIEngine.js.map