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

remove eslint-disable when possible and update babel-eslint version #5352

Merged
merged 3 commits into from
Nov 5, 2015

Conversation

chicoxyzzy
Copy link
Contributor

also compare_size was only file using snake_case so I renamed it

@chicoxyzzy chicoxyzzy force-pushed the eslint-upgrade branch 2 times, most recently from 33533a5 to 131ce6d Compare November 4, 2015 21:44
@chicoxyzzy chicoxyzzy changed the title remove eslint-disable when possible and update eslint version remove eslint-disable when possible and update babel-eslint version Nov 4, 2015
@facebook-github-bot
Copy link

@chicoxyzzy updated the pull request.

/*eslint-disable camelcase */
compare_size: require('./grunt/config/compare_size'),
/*eslint-enable camelcase */
'compare-size': require('./grunt/config/compare-size'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you can do this since the actual task is compare_size and the way grunt works is that it matches the config name up with the task of the same name. Does the task still work for you?

@zpao
Copy link
Member

zpao commented Nov 5, 2015

Since you're dealing with lint stuff… want to update to eslint 1.8 as well and make sure we don't have other changes needed? Thanks!

@chicoxyzzy
Copy link
Contributor Author

ok I'll do it

@facebook-github-bot
Copy link

@chicoxyzzy updated the pull request.

@chicoxyzzy
Copy link
Contributor Author

Lint passes for 1.8. I've updated eslint-plugin-react also

@facebook-github-bot
Copy link

@chicoxyzzy updated the pull request.

@zpao
Copy link
Member

zpao commented Nov 5, 2015

Thanks!

zpao added a commit that referenced this pull request Nov 5, 2015
remove eslint-disable when possible and update babel-eslint version
@zpao zpao merged commit 9b7cc43 into facebook:master Nov 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants