We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be cool if custom rules could be documented with description and example.
This:
/** * @description This rule validates something * @example "This:Is:An:Example" */ class CustomRule implements Rule { // }
Produces:
The text was updated successfully, but these errors were encountered:
Good idea. PRs welcome.
I'd prefer a static docs method, though. It's simpler to implement and avoids us having to parse the annotation text, which can get tricky.
docs
Sorry, something went wrong.
No branches or pull requests
It would be cool if custom rules could be documented with description and example.
This:
Produces:
![imagen](https://user-images.githubusercontent.com/31199350/200691715-457e384c-40bd-43e5-b317-f5639bf55966.png)
The text was updated successfully, but these errors were encountered: