@saiteja-madha/prettier-config
v1.1.0
Published
My personal prettier config
Downloads
4
Maintainers
Readme
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"
}