-
Notifications
You must be signed in to change notification settings - Fork 5
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
self shouldn't be allowed inside of a non-method #107
Comments
In vanilla browser-based JavaScript, Hence, there may be situations where you'd want to use However, I could see the case for a "warn when self is used inside of an But probably not "always warn about the usage of self", as it may be validly used in a JavaScript library or pure-JS file. |
Added a new |
Example:
The
[self bar]
call should not be allowed.The text was updated successfully, but these errors were encountered: