persona-community-5/.pnpm-store/v3/files/64/4c065e4949924600b2e442277fdc1d0591d9c2744060fe0c01d5fd9cc0af4ed6759e37e4b597860f0b7d1ff2affe2e28e2dbc29cda17aa2063571ac831712a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
537 B
Plaintext

---
description: 'Enforce consistent spacing between property names and type annotations in types and interfaces.'
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
> 🛑 This file is source code, not the primary documentation location! 🛑
>
> See **https://typescript-eslint.io/rules/key-spacing** for documentation.
This rule extends the base [`eslint/key-spacing`](https://eslint.org/docs/rules/key-spacing) rule.
It adds support for type annotations on interfaces, classes and type literals properties.