-
Notifications
You must be signed in to change notification settings - Fork 20
chore(eslint): propose common rule creator #6146
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
Conversation
|
Related Previews |
packages/eslint/src/rules/html/migrations/no-deprecated-btn-rg.ts
Outdated
Show resolved
Hide resolved
|
This PR implements a rule common rule creator for all rules that aim to replace a class with another.
The
createClassUpdateRule
could be used with simple properties:Advantages:
Disadvantages:
Vote:
🎉 to use the
createClassUpdateRule
creator🚀 to right individual rules