https://github.com/vyper-protocol/prettier-config
Vyper Protocol Shared Prettier config
https://github.com/vyper-protocol/prettier-config
Last synced: 4 months ago
JSON representation
Vyper Protocol Shared Prettier config
- Host: GitHub
- URL: https://github.com/vyper-protocol/prettier-config
- Owner: vyper-protocol
- Created: 2022-10-01T16:28:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T13:37:16.000Z (over 3 years ago)
- Last Synced: 2025-11-01T19:25:00.148Z (7 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@vyper-protocol/prettier-config`
> Vyper Protocol [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ yarn add --dev @vyper-protocol/prettier-config
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@vyper-protocol/prettier-config"
}
```