spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
876 stars 148 forks source link

More with less #498

Closed sebastiandedeyne closed 6 years ago

sebastiandedeyne commented 6 years ago

Prettier

Prettier is a very opinionated code formatter for multiple languages. We can use it for js, vue and css files. The config (.prettierrc) is pretty minimal. We could do even less configuration, but that would break pretty hard with our current style.

To format the project code, simply run yarn prettier.

sebastiandedeyne commented 6 years ago

Gonna merge this in a few days. Waiting on a new Laravel Mix tag, so I can remove 90% of the purgecss setup too.