Closed
Description
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 includes super
).
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.