From bf6ea1505cccfb5780c721b5f5b8cfce7497bea0 Mon Sep 17 00:00:00 2001 From: Tom Herold Date: Fri, 22 Nov 2024 15:12:05 +0100 Subject: [PATCH] Update contributing guide (#8220) --- Contributing Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributing Guide.md b/Contributing Guide.md index eaa9c397088..a1ef52295fa 100644 --- a/Contributing Guide.md +++ b/Contributing Guide.md @@ -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