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

new rule: ban-dom-globals #222

Merged
merged 5 commits into from
May 1, 2018
Merged

new rule: ban-dom-globals #222

merged 5 commits into from
May 1, 2018

Conversation

ajafff
Copy link
Member

@ajafff ajafff commented Apr 30, 2018

Checklist

Overview of change

Lookup every indentifier that is used as a value. If it's a variable of function declared in lib.d.ts or lib.dom.d.ts, show an error if the same property exists on window, e.g. name -> window.name

@ajafff ajafff merged commit d8acd30 into master May 1, 2018
@ajafff ajafff deleted the ban-dom-globals branch May 1, 2018 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant