<!--
SPDX-FileCopyrightText: 2026 Kerstin Humm <kerstin@erictapen.name>

SPDX-License-Identifier: AGPL-3.0-or-later
-->

# Code Styling

- Attribute names must be not quoted when they are part of an existing
  TypeScript type definition and they must be quoted when they are not.

  E.g.: `{ annotations: [], object: { "startTime": "" } }`
