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

https://github.com/nicksp/prettier-config

Personal Prettier config
https://github.com/nicksp/prettier-config

prettier prettier-config

Last synced: about 2 months ago
JSON representation

Personal Prettier config

Awesome Lists containing this project

README

          

# @nicksp/prettier-config

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href]

Prettier config I use on all my projects.

## Usage

Install:

```bash
npm i -D @nicksp/prettier-config
```

Add the `prettier` key to your `package.json`:

```bash
{
"prettier": "@nicksp/prettier-config"
}
```

[Check out the Prettier documentation for more info on sharing configurations](https://prettier.io/docs/sharing-configurations).

## Features

- 2 spaces
- No semicolons
- Single quotes
- Trailing commas
- Overrides for Markdown files

## License

[MIT](LICENSE) License © 2025-PRESENT [Nick Plekhanov](https://plekhanov.me/)

[npm-version-src]: https://img.shields.io/npm/v/@nicksp/prettier-config.svg
[npm-version-href]: https://npmjs.com/package/@nicksp/prettier-config
[npm-downloads-src]: https://img.shields.io/npm/dm/@nicksp/prettier-config
[npm-downloads-href]: https://www.npmcharts.com/compare/@nicksp/prettier-config?interval=30