Check Prettier Configuration
September 25, 2023 ยท View on GitHub

Description
The goal of that validator is to check that prettier is correctly configured in the current repository. The prettier configuration is centralized in the dev-kit of the Frontend Nx Framework.
Solutions
- Install prettier
yarn add prettier -D - Ensure
.prettierrclocated at the root of your repository is using the shared-configuration by using the plugin@frontend/dev-kit - Align
.prettierignorelocated at the root of your repository with the main configuration