add dprint for formatting
This commit is contained in:
parent
96795a5582
commit
557fd6ac80
3 changed files with 130 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue