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

Consider allowing use of browser globals #1330

Open
feross opened this issue Jul 12, 2019 · 0 comments

Comments

@feross
Copy link
Member

commented Jul 12, 2019

I noticed this handy package from the react team: https://github.com/facebook/create-react-app/blob/master/packages/eslint-config-react-app/index.js#L24

Looks like they have a list of confusing browser globals. We could enable all the rest to be used without a window. prefix or a /* global Blah */ comment which would be good for ease of use.

@feross feross added the enhancement label Jul 12, 2019

@feross feross added this to the standard v14 milestone Jul 12, 2019

@feross feross modified the milestones: standard 14, standard 15 Aug 15, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.