add dprint for formatting

This commit is contained in:
Erin 2023-08-14 14:07:25 -04:00
parent 96795a5582
commit 557fd6ac80
3 changed files with 130 additions and 0 deletions

View file

@ -3,11 +3,15 @@
"version": "0.0.0",
"main": "build/index.js",
"type": "module",
"scripts": {
"fmt": "dprint fmt"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/recommended": "^1.0.2",
"@types/chrome": "^0.0.242",
"@types/node": "^20.5.0",
"dprint": "^0.40.2",
"rollup": "^3.26.3"
}
}