Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 717 Bytes

Prettier configuration

This repository houses a customized Prettier configuration tailored to streamline code formatting across all projects.

Installation

To incorporate this configuration into your projects, follow these simple steps:

  1. Installation

Install the package via your preferred package manager. Here's an example using pnpm:

pnpm install --save-dev @alexandrelamberty/prettier-config
  1. 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.