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

feat(yarn): adds yarn + upgrades eslint #6

Merged
merged 1 commit into from
Apr 26, 2018
Merged

feat(yarn): adds yarn + upgrades eslint #6

merged 1 commit into from
Apr 26, 2018

Conversation

itsachen
Copy link
Contributor

@itsachen itsachen commented Apr 25, 2018

Note: This PR is based off #5, see diff for changes.

What

  • Upgrades version of eslint and eslint-config-lob
  • Adds eslint-plugin-lob
  • Refactors variable and function declaration syntax
  • Adds yarn.lock

@@ -0,0 +1,1296 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it common to include the yarn.lock for npm packages? I noticed some of our packages didn't.

Choose a reason for hiding this comment

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

@marklee22 marklee22 requested a review from a team April 25, 2018 23:57
Copy link

@sjl2 sjl2 left a comment

Choose a reason for hiding this comment

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

LGTM


- run:
name: Enforce coverage
command: ./scripts/enforce_coverage.sh
Copy link

Choose a reason for hiding this comment

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

nit: this may be nice to have as yarn script of yarn enforce

Copy link

Choose a reason for hiding this comment

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

Also, don't we usually do this with a flag in yarn test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Are you referring to istanbul?

Copy link

Choose a reason for hiding this comment

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

Ohhh yes. Does node-gyp not have that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants