- Prettier is a pretty opinionated tool, but it does allow for some customization. In this lesson we’ll check out the prettier playground and see what options we want to enable in our project’s
.prettierrcfile. - After adding in our custom configuration, we’ll create a
.prettierignorefile so that you can avoid formatting any files generated within the project such asnode_modulesor abuildfolder.
