persona-community-5/.pnpm-store/v3/files/2f/ce07fc49a8d9fe386591fdbea74dd73eda16cd3dcbc2901a5139772f31f2dd2d73f021f6c6c965465f7485093b6cca58267b2336d80dec5fc3cae37d875458
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
621 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlatESLint = void 0;
/* eslint-disable @typescript-eslint/no-namespace */
const use_at_your_own_risk_1 = require("eslint/use-at-your-own-risk");
/**
* The ESLint class is the primary class to use in Node.js applications.
* This class depends on the Node.js fs module and the file system, so you cannot use it in browsers.
*
* If you want to lint code on browsers, use the Linter class instead.
*/
class FlatESLint extends use_at_your_own_risk_1.FlatESLint {
}
exports.FlatESLint = FlatESLint;
//# sourceMappingURL=FlatESLint.js.map