/prettier-config

🎨 My custom prettier configuration

Primary LanguageJavaScript

My Prettier Configuration

This package provides a custom Prettier configuration tailored for my projects.

Installation

Feel free to install this package in your project by running the following command:

# Using npm
npm install @saiteja-madha/prettier-config --save-dev

# Using yarn
yarn add @saiteja-madha/prettier-config --dev

# Using pnpm
pnpm add @saiteja-madha/prettier-config --save-dev

Usage

To use this configuration, add the following line to your package.json file:

{
    "prettier": "@saiteja-madha/prettier-config"
}