.prettierrc

Updated on

The .prettierrc file is used to configure the Prettier code formatter. Prettier is a tool that helps keep your code consistent and readable by formatting it automatically.

Shipixen uses prettier to format all of the code in your project. This includes JavaScript, TypeScript, CSS, SCSS, and Markdown files.

Read more about Prettier here.