Files
powerpoint-toolbox/node_modules/eslint-plugin-react/lib/util/docsUrl.js
T
2025-03-07 19:22:02 +01: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;