Skip to content

Commit b2ca6d4

Browse files
committed
feat: format task
1 parent 667b3da commit b2ca6d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deno.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
"description": "Run linter.",
4646
"command": "deno lint"
4747
},
48+
"format": {
49+
"description": "Run formatter.",
50+
"command": "deno lint --fix"
51+
},
4852
"test": {
4953
"description": "Run unit tests. Junit reports will be saved to \"./reports/report.xml\".",
5054
"command": "deno test -A --check --reload --doc --permit-no-files --junit-path=\"./reports/report.xml\"",

0 commit comments

Comments
 (0)