-
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
Rules to enforce template syntax #314
Comments
Hey @QuentinFchx good ideas!
Doable with the
Sounds like a good fit for the
The current shallow linting doesn't deal well with template references but that's another good candidate. |
Started whitespace in interpolation here d9d7da4 |
Three of the rules are already implemented. I will open two issues to track the remaining two. |
Would it be possible/relevant to add rules that check the syntax of angular templates?
Ideas:
{{ value }}
{{ value | pipe }}
*ngIf="condition; else"
[()]
vs([])
<div #unusedRef></div>
The text was updated successfully, but these errors were encountered: