Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 12eb019

Browse files
committed
Add a yarn script to format code so that lint succeeds
1 parent b59e8b6 commit 12eb019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"scripts": {
1515
"lint": "prettier -c **/*.{js,ts}",
16+
"format": "prettier --write -c **/*.{js,ts}",
1617
"build": "asc --explicitStart --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -b index.wasm",
1718
"test": "node test/test.js"
1819
}

0 commit comments

Comments
 (0)