Skip to content

Re-enable eslint with standard format #1367

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

Merged
merged 8 commits into from
Jul 15, 2017
Merged

Re-enable eslint with standard format #1367

merged 8 commits into from
Jul 15, 2017

Conversation

brianc
Copy link
Owner

@brianc brianc commented Jul 15, 2017

No more semi-colons! 💃

Most of these changes were done with standard --fix. There is still a bunch of cruft built up in test/ directory that I'd like to clean out, but this is a good start and the code under lib/ is fully checked. Upgrading to eslint will also allow the addition of new and stricter rules in the future.

@brianc brianc merged commit 8798e50 into 7.0 Jul 15, 2017
@brianc brianc deleted the standard-format branch July 15, 2017 17:06
@sehrope
Copy link
Contributor

sehrope commented Jul 15, 2017

+1 to a clean slate with linting.

We should add a lint check to Travis as well. That way going forward all PRs have to be clean prior to being merged.

@brianc
Copy link
Owner Author

brianc commented Jul 15, 2017

Yah travis is running the lint now as well. It was on earlier production branches, I just disabled it during work in progress on 7.0. Though up until 7.0 jshint was in use because at the time I added linting eslint wasn't in existence. 😝

Feels good to finally update to more modern version of node and eslint. Good times ahead! 💃

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