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

fix(rule): Disable no-undefined rule #29

Merged
merged 1 commit into from
Jan 11, 2019
Merged

Conversation

jahredhope
Copy link
Member

There is sometimes reasons to use undefined throughout the code, it's not common but can occur.

The no-undefined rule helps reduce accidental abuse of the undefined value, however the number of exceptions to the rule can cause consumers to turn the rule off anyway.

Given the low value, and number of exceptions this change turns the rule off.

@jahredhope jahredhope merged commit f9ecd94 into master Jan 11, 2019
@jahredhope jahredhope deleted the allow-no-undefined branch January 11, 2019 02:46
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.

3 participants