https://github.com/livekit/prettier-config
Prettier configuration for LiveKit code
https://github.com/livekit/prettier-config
Last synced: 5 months ago
JSON representation
Prettier configuration for LiveKit code
- Host: GitHub
- URL: https://github.com/livekit/prettier-config
- Owner: livekit
- License: apache-2.0
- Created: 2024-08-02T18:37:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T18:50:32.000Z (almost 2 years ago)
- Last Synced: 2025-08-28T00:04:17.672Z (10 months ago)
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveKit Prettier Config
> A [Prettier](https://prettier.io) code style config for LiveKit projects.
## Usage
Install this package:
```bash
$ npm install --save-dev @livekit/prettier-config
```
Then add the following to `package.json`:
```jsonc
{
// ...
"prettier": "@livekit/prettier-config"
}
```
Or set the contents of any supported [config file](https://prettier.io/docs/en/configuration#sharing-configurations) to the package name. Prettier will detect and apply this configuration when run.
LiveKit Ecosystem
Real-time SDKsReact Components · Browser · iOS/macOS · Android · Flutter · React Native · Rust · Node.js · Python · Unity (web) · Unity (beta)
Server APIsNode.js · Golang · Ruby · Java/Kotlin · Python · Rust · PHP (community)
Agents FrameworksPython · Playground
ServicesLivekit server · Egress · Ingress · SIP
ResourcesDocs · Example apps · Cloud · Self-hosting · CLI