UNPKG
@isentinel/eslint-plugin-comment-length
Version:
latest (2.2.0)
2.2.0
1.7.3
lasselupe33/eslint-plugin-comment-length
@isentinel/eslint-plugin-comment-length
/
src
/
utils
/
resolve-docs-route.ts
4 lines
(3 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
export
const
resolveDocsRoute = (
rulename
:
string
):
string
=>
{
return
`https://github.com/lasselupe33/eslint-plugin-comment-length/tree/master/src/rules/
${rulename}
/docs.md`
; };