Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ The samples are located in `packages/samples/react` and demonstrate how to use t
- Lists and enumerations in code should be kept in alphanumeric order. This also applies to import specifiers and union type literals.
- Commit messages follow the **Conventional Commits** specification.
- See also the [Contributing Guide](CONTRIBUTING.md) for more details on coding conventions and best practices.
- Spell "KoliBri" with this casing in all documentation and code. The only exception is the component named KolKolibri.
- Use ESM import syntax in browser code and scripts whenever supported, instead of `require` imports.

## Linting and Formatting

Expand Down
Loading