Files
personal-stat-tracker/frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js
2022-11-23 15:48:57 -06:00

8 lines
173 B
JavaScript

'use strict';
function docsUrl(ruleName) {
return `https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`;
}
module.exports = docsUrl;