@blitz/eslint-plugin
Version:
An ESLint config to enforce a consistent code styles across StackBlitz projects
12 lines • 520 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getESLintCoreRule = void 0;
const eslint_plugin_ts_1 = __importDefault(require("@stylistic/eslint-plugin-ts"));
function getESLintCoreRule(ruleId) {
return eslint_plugin_ts_1.default.rules[ruleId];
}
exports.getESLintCoreRule = getESLintCoreRule;
//# sourceMappingURL=getESLintCoreRule.js.map