wikimedia / eslint-docgen

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

Allow tests to be opted-in the examples list instead of opted-out #80

Closed edg2s closed 4 years ago

edg2s commented 4 years ago

As raised in https://github.com/wikimedia/eslint-docgen/issues/72#issuecomment-644652801

Currently you can suppress a test from appearing in the docs with "noDoc", but some users have way more tests and edge cases and would rather just select tests to include in examples.