Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-eslint / CLIEngine.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/CLIEngine.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/CLIEngine.js
new file mode 100644 (file)
index 0000000..8ccf2b7
--- /dev/null
@@ -0,0 +1,15 @@
+"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
+ */
+class CLIEngine extends eslint_1.CLIEngine {
+}
+exports.CLIEngine = CLIEngine;
+//# sourceMappingURL=CLIEngine.js.map
\ No newline at end of file