Removed plugins & presets from Babel that Mix already takes care of
Moved PostCSS config to Mix file
Removed unnecessary dependencies
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.
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
.