.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-eslint / Linter.js
1 "use strict";
2 /* eslint-disable @typescript-eslint/no-namespace */
3 Object.defineProperty(exports, "__esModule", { value: true });
4 exports.Linter = void 0;
5 const eslint_1 = require("eslint");
6 /**
7  * The Linter object does the actual evaluation of the JavaScript code. It doesn't do any filesystem operations, it
8  * simply parses and reports on the code. In particular, the Linter object does not process configuration objects
9  * or files.
10  */
11 class Linter extends eslint_1.Linter {
12 }
13 exports.Linter = Linter;
14 //# sourceMappingURL=Linter.js.map