/home/techb158/balavpn.abdallabala.com/node_modules/eslint-plugin-react/lib/util
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/eslint-plugin-react/lib/util/docsUrl.js (173B)
'use strict';
function docsUrl(ruleName) {
return `https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`;
}
module.exports = docsUrl;