https://github.com/3sidedcube/prettier-config
https://github.com/3sidedcube/prettier-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3sidedcube/prettier-config
- Owner: 3sidedcube
- Created: 2021-08-13T12:30:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T11:52:40.000Z (over 2 years ago)
- Last Synced: 2025-10-29T01:13:55.585Z (8 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3 Sided Cube Prettier config
This is a config for 3 Sided Cube's standard prettier setup.
## Usage
**Install**:
```bash
yarn add --dev @3sidedcube/prettier-config
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@3sidedcube/prettier-config"
}
```