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
- Host: GitHub
- URL: https://github.com/kaplayjs/dprint-config
- Owner: kaplayjs
- Created: 2024-07-24T13:57:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T19:05:03.000Z (over 1 year ago)
- Last Synced: 2025-10-19T06:40:19.967Z (8 months ago)
- Topics: dprint, f, formatter
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```