sarbbottam / eslint-find-rules

Find built-in ESLint rules you don't have in your custom config
http://npm.im/eslint-find-rules
MIT License
201 stars 33 forks source link

Add support to the `rule.meta.docs.url` property to get URLs in verbose mode #345

Open ainursharaev opened 2 years ago

ainursharaev commented 2 years ago

This package use eslint-rule-documentation to get URLs for rules, but it recommends to use rule.meta.docs.url property instead.