astock-agent/frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js
2026-04-07 20:51:00 +08: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;