-
-
Notifications
You must be signed in to change notification settings - Fork 680
Proposal: Adding 'since' attribute to rules documenation #1379
New issue
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
Comments
Thank you for posting this issue. You can refer to the release notes to find out when the rule was added. You can also refer to the tag to check for old documents. If you still need |
I’ll do the work and make a PR. |
The current PR adds the since tag, but not familiar enough with VuePress to have it reflected on the rendered page. |
Uh oh!
There was an error while loading. Please reload this page.
Proposing the addition of a 'since' attribute to be added to the front-matter of the rules documentation. This would be used to indicate since what version of eslint-plugin-vue a given rule exists.
This proposal is in the context that not everyone has the latest version of eslint-plugin-vue (such as in a corporate environment), but may be looking at the documentation. It would give them a hint whether the rule was addd prior or after the version of eslint-plugin-vue being used in the project.
Example
The text was updated successfully, but these errors were encountered: