Files
frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js
2026-01-17 15:16:36 -05: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;