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

https://github.com/kaplayjs/dprint-config

The dprint configurations used by KAPLAY Team
https://github.com/kaplayjs/dprint-config

dprint f formatter

Last synced: 5 months ago
JSON representation

The dprint configurations used by KAPLAY Team

Awesome Lists containing this project

README

          

These are the [dprint](https://dprint.dev) configurations for KAPLAY and related
projects.

## Installation

```bash
npm install -D @kaplayjs/dprint-config
```

## Usage

Create a `dprint.json` file in the root of your project and add the following:

```json
{
"extends": "node_modules/@kaplayjs/dprint-config/dprint.json"
}
```

Or

```bash
@kaplayjs/dprint-config --init
```