source:
imaps-frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 173 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | 'use strict'; |
2 | ||
3 | function docsUrl(ruleName) { | |
4 | return `https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/${ruleName}.md`; | |
5 | } | |
6 | ||
7 | module.exports = docsUrl; |
Note:
See TracBrowser
for help on using the repository browser.