# @redguy12/prettier-config

> My Prettier style guide

Latest version **3.4.5** (published 2026-05-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @redguy12/prettier-config
pnpm add @redguy12/prettier-config
yarn add @redguy12/prettier-config
bun add @redguy12/prettier-config
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 3.4.5 |
| Published | 2026-05-19 |
| First published | 2022-01-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 6.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | cobaltt7 |
| Maintainers | redguy12 |

## Links

- npm: https://www.npmjs.com/package/@redguy12/prettier-config
- Repository: https://github.com/RedGuy12/prettier-config
- Homepage: https://github.com/RedGuy12/prettier-config#readme
- Issues: https://github.com/RedGuy12/prettier-config/issues
- npm.io page: https://npm.io/package/@redguy12/prettier-config

## Dependencies (5)

- [prettier-plugin-jsdoc](https://npm.io/package/prettier-plugin-jsdoc.md) 1.8.0
- [prettier-plugin-css-order](https://npm.io/package/prettier-plugin-css-order.md) 2.2.0
- [prettier-plugin-packagejson](https://npm.io/package/prettier-plugin-packagejson.md) 3.0.2
- [@ianvs/prettier-plugin-sort-imports](https://npm.io/package/@ianvs/prettier-plugin-sort-imports.md) 4.7.1
- [prettier-plugin-organize-attributes](https://npm.io/package/prettier-plugin-organize-attributes.md) 1.0.0

## Recent versions

- 3.4.5 (latest) — 2026-05-19
- 3.4.4 — 2025-08-06
- 3.4.3 — 2025-05-03
- 3.4.2 — 2025-05-03
- 3.4.1 — 2025-05-03
- 3.4.0 — 2025-05-03
- 3.3.0 — 2025-04-18
- 3.2.1 — 2024-11-29
- 3.2.0 — 2024-11-29
- 3.1.1 — 2024-10-26
- 3.1.0 — 2024-10-26
- 3.0.2 — 2024-06-16
- 3.0.1 — 2024-03-26
- 3.0.0 — 2024-03-21
- 2.0.2 — 2022-11-27
- … 7 more at https://npm.io/package/@redguy12/prettier-config/versions

## README

# `@redguy12/prettier-config`

My Prettier style guide

## Adding To A Project

1. Install the config by running:

    ```bash
    npm install @redguy12/prettier-config prettier --save-dev --save-exact
    ```

2. Add the following to your `package.json`:

    ```json
    "prettier": "@redguy12/prettier-config",
    "scripts": { "format": "prettier --write \"**\" \"!./dist\" --ignore-unknown --cache" }
    ```

3. To format your code, simply run

    ```bash
    node --run format
    ```

Congrats!
You've successfully integrated Prettier into your project with `@redguy12/prettier-config`!

---
_Source: https://npm.io/package/@redguy12/prettier-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
