wikimedia / eslint-docgen

Automatically generate ESLint plugin documentation from rule metadata and test cases.
MIT License
10 stars 7 forks source link

Support scoped plugin names #73

Closed edg2s closed 4 years ago

edg2s commented 4 years ago

Use a copy of upstream's getShorthandName, which unfortunately is not published so we can't reliably just use it directly.