# @newceptiondev/prettier-config

> Prettier Config

Latest version **1.1.1** (published 2024-10-19) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

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

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2024-10-19 |
| First published | 2022-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | NewCeptionDev |
| Maintainers | newceptiondev |
| Keywords | Prettier, Config |

## Links

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

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2024-10-19
- 1.1.0 — 2024-10-19
- 1.0.4 — 2022-11-14
- 1.0.3 — 2022-11-12
- 1.0.1 — 2022-11-10
- 1.0.0 — 2022-11-10

## README

# Prettier Config

Prettier Config used in projects developed by NewCeptionDev

## Installation

Install the package via npm:
> npm install --save-dev --save-exact @newceptiondev/prettier-config

I would recommend using the ***--save-exact*** addition when installing the package to make sure, that the config won't change without your intention to do so.

After installing the package include it by setting it in your *package.json* or extending your own prettier config.<br>
See the [Prettier Guide](https://prettier.io/docs/en/configuration.html#sharing-configurations) for more information.

## Usage

After including the config you can run prettier by using:
> prettier --write .

To include Prettier into your IDE setup, have a look at [Prettier Editor Integration](https://prettier.io/docs/en/editors.html).

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