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

Upgrade prettier, fix "format" CLI action, format files #93

Merged
merged 1 commit into from
May 23, 2019

Conversation

kylesuss
Copy link
Contributor

@kylesuss kylesuss commented May 22, 2019

I originally thought that this repo needed a .prettierrc as I was getting inconsistent results between my editor and the npm run format command. Now that I know that the repo is using eslint to run the prettier checks, it makes sense to have npm run format use the prettier-eslint CLI rather than just prettier as the latter does not know where to look for the config!

That is fixed in this PR along with a few old, offending files. Also, I updated a few prettier packages.

@kylesuss kylesuss changed the title Upgrade prettier, add .prettierrc, format files Upgrade prettier, fix "format" CLI action, format files May 22, 2019
Copy link
Member

@tmeasday tmeasday left a comment

Choose a reason for hiding this comment

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

LGTM!

@tmeasday tmeasday merged commit 460d4f3 into chromaui:master May 23, 2019
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