Skip to content

Commit

Permalink
Update contributing guide (#8220)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Nov 22, 2024
1 parent cb46bf5 commit bf6ea15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Contributing Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ in the following sections:
The [webknossos repository](https://github.com/scalableminds/webknossos) is structured in frontend and backend parts with different tooling.

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

Expand Down

0 comments on commit bf6ea15

Please sign in to comment.