add dprint
This commit is contained in:
parent
458798b504
commit
4887b7d9db
3 changed files with 193 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue