Open ForbesLindesay opened 8 years ago
We should add a rule that disallows an attribute value of:
`${someExpression}`
since the user could instead just do:
someExpression
This seems to be a common mistake for people who were previously doing:
"#{someExpression}"
instead of:
We should add a rule that disallows an attribute value of:
since the user could instead just do:
This seems to be a common mistake for people who were previously doing:
instead of: