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

https://github.com/stardust-configs/prettier-config

Shareable Prettier config
https://github.com/stardust-configs/prettier-config

prettier prettier-config

Last synced: 2 months ago
JSON representation

Shareable Prettier config

Awesome Lists containing this project

README

        

# @stardust-configs/prettier-config

> Shareable Prettier config

## Install

```sh
npm install @stardust-configs/prettier-config -D
```

or

```sh
yarn add @stardust-configs/prettier-config -D
```

## Usage

Edit `.prettierrc`.

```json
"@stardust-configs/prettier-config"
```

## Override

Override `.prettierrc.js`.

```js
module.exports = {
...require('@stardust-configs/prettier-config'),
printWidth: 80,
}
```

## Author

[@p-chan](https://github.com/p-chan)

## License

MIT

---

Inspired by [azz/prettier-config](https://github.com/azz/prettier-config)