blob: f579409a0a1fc7587f5fcabe5fb132251c72191a [file] [log] [blame]
'use strict';
function docsUrl(ruleName) {
return `https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`;
}
module.exports = docsUrl;