- 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
.prettierrc
file. - After adding in our custom configuration, we’ll create a
.prettierignore
file so that you can avoid formatting any files generated within the project such asnode_modules
or abuild
folder.