-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Docs: Clearly mark rules that are frozen #18694
Comments
At typescript-eslint we've had success in turning down feature requests with no hard feelings due to similar notices. |
I would like to work on this. Assigning it to myself. |
@amareshsm thanks! |
Where shall we maintain info about which rules are frozen? Maybe in |
Yes, I was thinking the same. In the meta.docs.frozen section, we can specify whether the rule is frozen or not. |
Docs page(s)
https://eslint.org/docs/latest/rules/
And each individual rule page
What documentation issue do you want to solve?
While we say that stylistic rules are frozen, we don't clearly indicate which rules are frozen.
What do you think is the correct solution?
We should clearly mark rules that are frozen with ❄️ in the place of the green checkbox on the rules index page.
We should also add a notice to the top of each rule page that is frozen, in the same style as "recommended", that says. "This rule is currently frozen and is not accepting changes."
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: