Skip to content
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

Disallow js interpolation if it is the entire value #74

Open
ForbesLindesay opened this issue May 6, 2016 · 0 comments
Open

Disallow js interpolation if it is the entire value #74

ForbesLindesay opened this issue May 6, 2016 · 0 comments

Comments

@ForbesLindesay
Copy link
Member

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:

someExpression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants