source:
frontend/node_modules/eslint-plugin-react/lib/util/docsUrl.js
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 173 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
