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
- Host: GitHub
- URL: https://github.com/kazupon/prettier-config
- Owner: kazupon
- License: mit
- Created: 2024-06-30T11:05:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T09:26:34.000Z (7 months ago)
- Last Synced: 2025-06-21T10:28:28.874Z (7 months ago)
- Language: Shell
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)