eslint / generator-eslint

A Yeoman generator to help with ESLint development
Other
227 stars 51 forks source link

feat: add auto-generated configs list to readme in template #164

Closed bmish closed 10 months ago

bmish commented 10 months ago

Builds on top of the original PR to add eslint-doc-generator:

Adds a placeholder section for configs, similar to the existing rules section below it, which can turn into something like this when running npm run update:eslint-docs:

Name Description
recommended These rules are recommended for everyone.
🎨 stylistic These rules are more about code style than bugs.
⌨️ typescript These are good rules to use with TypeScript.

This feature shipped in:

nzakas commented 10 months ago

Can you take a look at the test failure?

nzakas commented 10 months ago

Ping @bmish