typescript-library-starter icon indicating copy to clipboard operation
typescript-library-starter copied to clipboard

style: run prettier on all files

Open leonardodino opened this issue 5 years ago • 0 comments

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 '**/**'

leonardodino avatar Feb 09 '19 14:02 leonardodino