Urara-Blog/node_modules/.pnpm-store/v3/files/29/8c446125ba4319a1e384fc76769e75e27ec91c2533bdf9b530eb643d00acc06853971eda01c932715c9864c20a7df90277513e2dac4e2a43f37c06b71b13d4
2022-08-14 01:14:53 +08:00

17 lines
No EOL
719 B
Text

"use strict";
/* eslint-disable @typescript-eslint/no-namespace */
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLIEngine = void 0;
const eslint_1 = require("eslint");
/**
* The underlying utility that runs the ESLint command line interface. This object will read the filesystem for
* configuration and file information but will not output any results. Instead, it allows you direct access to the
* important information so you can deal with the output yourself.
* @deprecated use the ESLint class instead
*/
const CLIEngine = eslint_1.CLIEngine
? class CLIEngine extends eslint_1.CLIEngine {
}
: undefined;
exports.CLIEngine = CLIEngine;
//# sourceMappingURL=CLIEngine.js.map