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.
Clang-format is being used for all C/C++ code.
Ruff is being used for all Python code.
Biome is being used for linting and formatting of TypeScript files.
Install dependencies:
cd webapp npm install
Check all files:
cd webapp npx biome check ./src
Reformat or apply linter fixes to specific files:
cd webapp npx biome format --write <./src/path/to/file> npx biome lint --write <./src/path/to/file>