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

Clean up esify and add eslint --fix #152

Merged
merged 2 commits into from
Jun 2, 2016
Merged

Clean up esify and add eslint --fix #152

merged 2 commits into from
Jun 2, 2016

Conversation

lemonmade
Copy link
Member

This PR splits esify up into some more manageable chunks, and adds a final step of running eslint --fix on the transformed file. There are a pretty decent number of fixable linting violations that this should get rid of (most obviously: newline at the end of the file. Hurray!)

cc/ @bouk @Fandy @justinthec

@@ -1,6 +1,5 @@
var path = require('path');
Copy link
Contributor

Choose a reason for hiding this comment

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

The path and exec module isn't used and is causing linting errors, causing tests to fail.

@lemonmade lemonmade merged commit 0c65c2e into master Jun 2, 2016
@lemonmade lemonmade deleted the improve-esify branch June 2, 2016 12:38
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.

2 participants