@kaplayjs/dprint-config
Version:
The dprint configurations used in KAPLAY Team
25 lines (17 loc) • 379 B
Markdown
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
```