Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 379 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 379 Bytes

These are the dprint configurations for KAPLAY and related projects.

Installation

npm install -D @kaplayjs/dprint-config

Usage

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

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

Or

@kaplayjs/dprint-config --init