source:
imaps-frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
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.