-
Notifications
You must be signed in to change notification settings - Fork 235
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
feat: add template-no-any rule #755
Conversation
@@ -29,6 +29,7 @@ export { Rule as PreferOutputReadonlyRule } from './preferOutputReadonlyRule'; | |||
export { Rule as TemplateConditionalComplexityRule } from './templateConditionalComplexityRule'; | |||
export { Rule as TemplateCyclomaticComplexityRule } from './templateCyclomaticComplexityRule'; | |||
export { Rule as TemplateAccessibilityTabindexNoPositiveRule } from './templateAccessibilityTabindexNoPositiveRule'; | |||
export { Rule as TemplateNoAnyRule } from './templateNoAnyRule'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you also add the rule to the readme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Would you only add this rule to the readme?
Isn't it better to add it to README only when we publish a major version? |
@rafaelss95 , maybe, can you change the Readme of this branch ? |
Please, check if the description, rationale and failure are clear enough :)
Issue: #633