HubSpot / eslint-config

HubSpot's ESLint configurations
1 stars 2 forks source link

Disable `no-undefined` #10

Closed JHilker closed 6 years ago

JHilker commented 6 years ago

This restores the rules configuration to what it was in v6.

OpenGrok shows it's been disabled in many cases.

And modern browsers should prevent reassignment which is what this rule was created for in the first place:

Uncaught TypeError: Cannot assign to read only property 'undefined' of object '#<Window>'

Airbnb / eslint-config-recommended both already disable this rule: image