Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyper-protocol/prettier-config
Vyper Protocol Shared Prettier config
https://github.com/vyper-protocol/prettier-config
Last synced: 15 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T13:37:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T15:29:20.237Z (2 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- 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"
}
```