source: imaps-frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 173 bytes
Line 
1'use strict';
2
3function docsUrl(ruleName) {
4 return `https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`;
5}
6
7module.exports = docsUrl;
Note: See TracBrowser for help on using the repository browser.