add dprint

This commit is contained in:
erin 2023-09-05 21:42:15 -04:00
parent 458798b504
commit 4887b7d9db
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc
3 changed files with 193 additions and 3 deletions

View file

@ -4,9 +4,13 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.mjs"
"start": "node index.mjs",
"fmt": "dprint fmt"
},
"keywords": [],
"author": "",
"license": "WTFPL"
"license": "WTFPL",
"devDependencies": {
"dprint": "^0.40.2"
}
}