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

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • 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.