mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:19:30 +08:00
6 lines
No EOL
305 B
Text
6 lines
No EOL
305 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.createRule = void 0;
|
|
const utils_1 = require("@typescript-eslint/utils");
|
|
exports.createRule = utils_1.ESLintUtils.RuleCreator(name => `https://typescript-eslint.io/rules/${name}`);
|
|
//# sourceMappingURL=createRule.js.map |