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

7 lines
312 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parserSeemsToBeTSESLint = parserSeemsToBeTSESLint;
function parserSeemsToBeTSESLint(parser) {
return !!parser && /(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(parser);
}
//# sourceMappingURL=parserSeemsToBeTSESLint.js.map