We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667b3da commit b2ca6d4Copy full SHA for b2ca6d4
deno.json
@@ -45,6 +45,10 @@
45
"description": "Run linter.",
46
"command": "deno lint"
47
},
48
+ "format": {
49
+ "description": "Run formatter.",
50
+ "command": "deno lint --fix"
51
+ },
52
"test": {
53
"description": "Run unit tests. Junit reports will be saved to \"./reports/report.xml\".",
54
"command": "deno test -A --check --reload --doc --permit-no-files --junit-path=\"./reports/report.xml\"",
0 commit comments