feat(@schematics/angular): add tslint no-any and typedef rules when in strict mode#17834
feat(@schematics/angular): add tslint no-any and typedef rules when in strict mode#17834clydin merged 2 commits intoangular:masterfrom cyrilletuzi:strictlint
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.
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.
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