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

style: run prettier on all files #279

Closed

Conversation

leonardodino
Copy link

@leonardodino leonardodino commented Feb 9, 2019

issue

I've noticed that changing and committing files introduced format related changes.

solution

format all files to conform to the prettier config defined in package.json.

next steps

I think prettier rules should be checked into a .prettierrc file,
and should run on all files before the initial commit.


to reproduce this commit:

  • yarn install --ignore-scripts
  • rm yarn.lock
  • yarn prettier '**/**'

to reproduce this commit:
- yarn install --ignore-scripts
- rm yarn.lock
- yarn prettier '**/**' # ignore parser errors
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

1 participant