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

17 lines
704 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getESLintCoreRule = void 0;
exports.maybeGetESLintCoreRule = maybeGetESLintCoreRule;
const utils_1 = require("@typescript-eslint/utils");
const use_at_your_own_risk_1 = require("eslint/use-at-your-own-risk");
const getESLintCoreRule = (ruleId) => utils_1.ESLintUtils.nullThrows(use_at_your_own_risk_1.builtinRules.get(ruleId), `ESLint's core rule '${ruleId}' not found.`);
exports.getESLintCoreRule = getESLintCoreRule;
function maybeGetESLintCoreRule(ruleId) {
try {
return (0, exports.getESLintCoreRule)(ruleId);
}
catch {
return null;
}
}
//# sourceMappingURL=getESLintCoreRule.js.map