docsUrl.js 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 'use strict'; function docsUrl(ruleName) { return `https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`; } module.exports = docsUrl;