Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Personal prettier config
https://github.com/kalmarv/prettier-config

Last synced: 8 days ago
JSON representation

Personal prettier config

Awesome Lists containing this project

README

        

# @kalmarv/prettier-config



license


version

Personal [Prettier](https://prettier.io/)
[config](https://prettier.io/docs/en/configuration.html).

## Installation

```shell
npm i -D @kalmarv/prettier-config
```

## Usage

Reference `@kalmarv/prettier-config` in your `package.json`:

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

Or extend the configuration using .prettierrc.js:

```js
module.exports = {
...require('@kalmarv/prettier-config'),
plugins: ['prettier-plugin-foo'],
}
```

## License

[MIT][license]

[license]: ./LICENSE