Repository URL to install this package:
|
Version:
1.4.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var getParser = function (_a) {
var isTypeScript = _a.isTypeScript;
return isTypeScript ? '@typescript-eslint/parser' : '@babel/eslint-parser';
};
exports.default = getParser;