persona-community-5/.pnpm-store/v3/files/94/37460551ca4a42e993981c2fca6e9f8bfc4045f9fe142ae3405d8abf1f3e7f313dd4d4ef64732c1b6c59f33576a39f09967777eed465072bc8908878462ff9
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
542 B
Plaintext

"use strict";
/* eslint-disable @typescript-eslint/no-namespace */
Object.defineProperty(exports, "__esModule", { value: true });
exports.Linter = void 0;
const eslint_1 = require("eslint");
/**
* The Linter object does the actual evaluation of the JavaScript code. It doesn't do any filesystem operations, it
* simply parses and reports on the code. In particular, the Linter object does not process configuration objects
* or files.
*/
class Linter extends eslint_1.Linter {
}
exports.Linter = Linter;
//# sourceMappingURL=Linter.js.map