Skip to content

⚙️ Fine-tuned Prettier configuration for consistent code formatting.

Notifications You must be signed in to change notification settings

alexandrelamberty/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

⚙️ Fine-tuned Prettier configuration for consistent code formatting.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published