ota-meshi / eslint-plugin-regexp

ESLint plugin for finding regex mistakes and style guide violations.

Home Page:https://ota-meshi.github.io/eslint-plugin-regexp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs: use `eslint-doc-generator`

MichaelDeBoey opened this issue · comments

@bmish created this awesome library that brings a unified way of rule docs
https://github.com/bmish/eslint-doc-generator

I think that library is worth a try.
However, we configure the script to automatically mark the release version of the rules, so it may be difficult to use that library.

e.g. 8cffced#diff-a94087d993ec67e6fceedea0f6b9469c1cef47877617a79bd80c3f1d21a12094R6

However, we configure the script to automatically mark the release version of the rules, so it may be difficult to use that library.

eslint-doc-generator doesn't manage the entire rule doc so I think that's fine and not an issue.

However, I looked into adding eslint-doc-generator to this plugin and found several blockers due to the use of the static site generator:

I've addressed all those blockers and opened #493.