Skip to content

kaplayjs/dprint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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