An open API service indexing awesome lists of open source software.

https://github.com/saiteja-madha/prettier-config

🎨 My custom prettier configuration
https://github.com/saiteja-madha/prettier-config

prettier prettier-config styling

Last synced: about 2 months ago
JSON representation

🎨 My custom prettier configuration

Awesome Lists containing this project

README

        

# My Prettier Configuration

This package provides a custom [Prettier](https://prettier.io/) configuration tailored for my projects.

## Installation

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

```bash
# 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:

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