This repository houses a customized Prettier configuration tailored to streamline code formatting across all projects.
To incorporate this configuration into your projects, follow these simple steps:
- Installation
Install the package via your preferred package manager. Here's an example using pnpm:
pnpm install --save-dev @alexandrelamberty/prettier-config
- Configuration
Integrate the configuration into your project's package.json file:
{
"prettier": "@alexandrelamberty/prettier-config"
}
With this setup, your project will consistently adhere to the specified Prettier formatting rules, ensuring code uniformity and readability.