Skip to content

Commit bf6ea15

Browse files
authored
Update contributing guide (#8220)
1 parent cb46bf5 commit bf6ea15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contributing Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ in the following sections:
9797
The [webknossos repository](https://github.com/scalableminds/webknossos) is structured in frontend and backend parts with different tooling.
9898

9999
* **Frontend Tooling** We enforce coding styles and require all unit and integration tests to pass:
100-
* `yarn pretty`: Code formatting with prettier
101-
* `yarn lint`: Code linting with eslint
100+
* `yarn fix-frontend`: Code formatting and linting with biome
101+
* `yarn typecheck`: Code type checking with Typescript
102102
* `yarn test`: Unit tests with ava
103103
* `yarn test-e2e`: End-to-end, integration tests
104104

0 commit comments

Comments
 (0)