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

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

Prettier config for @kauzpon
https://github.com/kazupon/prettier-config

Last synced: 3 months ago
JSON representation

Prettier config for @kauzpon

Awesome Lists containing this project

README

          

# @kazupon/prettier-config

Prettier config for @kauzpon

## 🚀 Usages

### đŸ’ŋ Installation

```sh
# Using npm
npm install --save-dev @kazupon/prettier-config

# Using pnpm
pnpm add -D @kazupon/prettier-config

# Using yarn
yarn add --dev @kazupon/prettier-config
```

### âœī¸ Edit `package.json`

```json
{
// ...
"prettier": "@kazupon/prettier-config"
}
```

## 🙌 Contributing guidelines

If you are interested in contributing to `@kazupon/prettier-config`, I highly recommend checking out [the contributing guidelines](/CONTRIBUTING.md) here. You'll find all the relevant information such as [how to make a PR](/CONTRIBUTING.md#pull-request-guidelines), [how to setup development](/CONTRIBUTING.md#development-setup)) etc., there.

## ÂŠī¸ License

[MIT](http://opensource.org/licenses/MIT)