Skip to content

Commit 38c3a7c

Browse files
authored
docs(contributing): fix code formatting command (#146)
1 parent a49c45b commit 38c3a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ PORT=4000 yarn tsx scripts/audit-implementation.ts implementations/<implementati
5454
Run the following script to ensure the automatic code formatting is applied:
5555

5656
```shell
57-
yarn run lint:fix
57+
yarn run format
5858
```

0 commit comments

Comments
 (0)