-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Should prohibited keywords includes this
?
#6362
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
Comments
Sounds reasonable. Especially when vue automatically prefix template identifiers with |
I actually sometimes use P.S. just though about this now, @HerringtonDarkholme do you think it's reasonable to remove |
@nickmessing For |
Ah, I see. I didn't realize |
Since some users actually use |
What problem does this feature solve?
From vuejs/eslint-plugin-vue#148.
Vue.js has prohibited keywords, but it does not include
this
(though it includessuper
).My feeling is that the use of
this
causes confusing.Are there reasons that the prohibited keywords don't include
this
?What does the proposed API look like?
The prohibited keywords include
this
keyword.The text was updated successfully, but these errors were encountered: