persona-community-5/.pnpm-store/v3/files/c3/c5f004314254738dc917acbbd3b3d7781b8029ea7faaef0cfb53cf8f5f844cf957599749a36928344d768a4689110f277dc013d5a34a98314ed71b51e6368d
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

15 lines
870 B
Plaintext

"use strict";
/* eslint-disable @typescript-eslint/no-namespace */
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegacyESLint = exports.FlatESLint = exports.ESLint = void 0;
var LegacyESLint_1 = require("./eslint/LegacyESLint");
// TODO - remove this in the next major
/**
* @deprecated - use FlatESLint or LegacyESLint instead
*/
Object.defineProperty(exports, "ESLint", { enumerable: true, get: function () { return LegacyESLint_1.LegacyESLint; } });
var FlatESLint_1 = require("./eslint/FlatESLint");
Object.defineProperty(exports, "FlatESLint", { enumerable: true, get: function () { return FlatESLint_1.FlatESLint; } });
var LegacyESLint_2 = require("./eslint/LegacyESLint");
Object.defineProperty(exports, "LegacyESLint", { enumerable: true, get: function () { return LegacyESLint_2.LegacyESLint; } });
//# sourceMappingURL=ESLint.js.map