-
Notifications
You must be signed in to change notification settings - Fork 11.9k
feat(@schematics/angular): add tslint no-any and typedef rules when in strict mode #17834
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
packages/schematics/angular/workspace/files/tslint.json.template
Outdated
Show resolved
Hide resolved
alan-agius4
left a comment
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.
Thanks for this.
LGTM!
|
@alan-agius4 Just one question: will it be included in v10.0? |
|
@cyrilletuzi, since it's a feature it will be available in 10.1. Since the v10 scope is closed. |
|
@alan-agius4 Right, but as it do not affect current projects, and as it goes along with the other changes in v10 enhancing |
|
So we had a chat around this, and we decided to have it part of 10.0 |
IgorMinar
left a comment
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.
This looks great to me!
We might want to document that in case you want to break out of type checking in case you need to monkey patch an object, etc, then you can you ts-ignore comment.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes #17821