wikimedia / eslint-docgen

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

Review popular plugins for potential new feature requirements #7

Open edg2s opened 4 years ago

edg2s commented 4 years ago

Examples:

Repo Example Notes
ESLint core indent
plugin-es no-math-atanh.md Example uses <eslint-playground which doesn't render on GitHub
plugin-import no-absolute-path.md
plugin-jsx-a11y aria-role.md
plugin-mocha no-mocha-arrows.md
plugin-node no-process-exit.md
plugin-promise catch-or-return.md All but two docs in this repo are empty
plugin-qunit no-async-test.md
plugin-react jsx-pascal-case.md
plugin-unicorn better-regex.md
plugin-vue valid-v-for.md
edg2s commented 4 years ago

eslint.org: #18

edg2s commented 4 years ago

Multiple plugins have long descriptions: #14

edg2s commented 4 years ago

Some plugins use different icons for valid/invalid: #26