@kaplayjs/dprint-config
v1.2.0
Published
The dprint configurations used in KAPLAY Team
Readme
These are the dprint configurations for KAPLAY and related projects.
Installation
npm install -D @kaplayjs/dprint-configUsage
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