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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dev deps and fix linting errors #719

Merged
merged 6 commits into from Jan 22, 2020
Merged

Upgrade dev deps and fix linting errors #719

merged 6 commits into from Jan 22, 2020

Conversation

mshwery
Copy link
Contributor

@mshwery mshwery commented Jan 21, 2020

This is a fairly small 馃槃 update that mostly focused on devDeps. I touched a few files to make the linter happy.

@@ -165,12 +174,10 @@
"lint-staged": {
"*.js": [
"xo --fix",
"prettier --write",
"git add"
"prettier --write"
Copy link
Contributor

Choose a reason for hiding this comment

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

Won't removing the git add prevent the prettier changes from being committed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope! The latest version of lint-staged does that automatically be default. It actually told me to remove this line.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok

@mshwery mshwery merged commit b3d3eae into master Jan 22, 2020
@mshwery mshwery deleted the chore/deps branch January 22, 2020 02:35
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.

None yet

2 participants