Skip to content

Commit 617fb71

Browse files
committed
docs: note KoliBri spelling and ESM imports
1 parent 7f7b562 commit 617fb71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AGENTS.md

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

234236
## Linting and Formatting
235237

0 commit comments

Comments
 (0)