eslint-plugin-etc
Version:
More general-purpose ESLint rules
6 lines (5 loc) • 349 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ruleCreator = void 0;
const experimental_utils_1 = require("@typescript-eslint/experimental-utils");
exports.ruleCreator = experimental_utils_1.ESLintUtils.RuleCreator((name) => `https://github.com/cartant/eslint-plugin-etc/tree/main/docs/rules/${name}.md`);
;