Closed sashaqred closed 2 years ago
@sashaqred, what is the motivation to do so?
It would be simpler to combine the rules and apply them to different file types.
For example, for *.ts
files we apply ts
and angular
rules, for *.html
we apply angular-template
rules.
It would be simpler to combine the rules and apply them to different file types. For example, for
*.ts
files we applyts
andangular
rules, for*.html
we applyangular-template
rules.
Do you think we will have cases where we will not combine angular
and angular-template
rules?
Split single angular config on code and template rules for better reusability and extension