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
- Host: GitHub
- URL: https://github.com/saiteja-madha/prettier-config
- Owner: saiteja-madha
- Created: 2024-03-30T23:42:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T10:00:53.000Z (about 1 year ago)
- Last Synced: 2025-03-06T14:54:50.131Z (about 2 months ago)
- Topics: prettier, prettier-config, styling
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@saiteja-madha/prettier-config
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```