eslint-plugin-formatjs
Version:
ESLint plugin for formatjs
11 lines (10 loc) • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getParserServices = void 0;
const getParserServices = (context) => {
if (context.parserServices) {
return context.parserServices;
}
return context.sourceCode.parserServices;
};
exports.getParserServices = getParserServices;