An open API service indexing awesome lists of open source software.

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

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