astro-ghostcms/.pnpm-store/v3/files/c5/6498bef8e3bd945ae99aa4e3591...

8 lines
370 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parserPathSeemsToBeTSESLint = void 0;
function parserPathSeemsToBeTSESLint(parserPath) {
return /(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(parserPath);
}
exports.parserPathSeemsToBeTSESLint = parserPathSeemsToBeTSESLint;
//# sourceMappingURL=parserPathSeemsToBeTSESLint.js.map