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 f642b06 commit 07267b9Copy full SHA for 07267b9
package.json
@@ -16,7 +16,8 @@
16
"doc.scaphold": "node bin/graphdoc.js -c example.scaphold.json -f -v",
17
"doc.starwars": "node bin/graphdoc.js -c example.starWars.json -f -v",
18
"doc.starwars-js": "node bin/graphdoc.js -c example.starWars-js.json -f -v",
19
- "test": "jest"
+ "test": "jest",
20
+ "format": "prettier lib plugins template test --write"
21
},
22
"repository": {
23
"type": "git",
0 commit comments