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

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

📦 Shared Prettier config for my projects.
https://github.com/epreston/prettier-config

configuration prettier-config shared

Last synced: 3 months ago
JSON representation

📦 Shared Prettier config for my projects.

Awesome Lists containing this project

README

          

# prettier-config

Shared [Prettier Configuration](https://prettier.io/docs/en/configuration.html) for my projects.

[![NPM version][npm-badge]][npm-url]
[![License][license-badge]][license-url]

## Install

```sh
npm install @epreston/prettier-config --save-dev
```

## Usage

`package.json`

```json
{
"prettier": "@epreston/prettier-config"
}
```

## Tools

| Tool | Reference |
| ------------ | ------------------------ |
| Prettier | https://prettier.io |
| Node.js | https://nodejs.org |
| EditorConfig | https://editorconfig.org |

## References

| Website | Reference |
| ------------------ | ---------------------------------------------- |
| Configure Prettier | https://prettier.io/docs/en/configuration.html |

## License

This project is released under the MIT [License](LICENSE).

[npm-badge]: https://img.shields.io/npm/v/@epreston/prettier-config
[npm-url]: https://www.npmjs.com/package/@epreston/prettier-config
[license-badge]: https://img.shields.io/npm/l/@epreston/prettier-config.svg
[license-url]: LICENSE