We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb46bf5 commit bf6ea15Copy full SHA for bf6ea15
Contributing Guide.md
@@ -97,8 +97,8 @@ in the following sections:
97
The [webknossos repository](https://github.com/scalableminds/webknossos) is structured in frontend and backend parts with different tooling.
98
99
* **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
+ * `yarn fix-frontend`: Code formatting and linting with biome
+ * `yarn typecheck`: Code type checking with Typescript
102
* `yarn test`: Unit tests with ava
103
* `yarn test-e2e`: End-to-end, integration tests
104
0 commit comments