UNPKG

@html-eslint/eslint-plugin

Version:
9 lines (7 loc) 162 B
/** @param {string} ruleName */ function getRuleUrl(ruleName) { return "https://html-eslint.org/docs/rules/" + ruleName; } module.exports = { getRuleUrl, };