persona-community-5/.pnpm-store/v3/files/71/35200099fcae027b83b19c0022d338ce022e68b36e74a7325d86e31d3d5679a8d2149b2a44be86898d8e6476907306778bc617926c9762b963dde9c7b59b7f
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
467 B
Plaintext

---
description: 'Enforce consistent spacing inside braces.'
---
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/object-curly-spacing** for documentation.
This rule extends the base [`eslint/object-curly-spacing`](https://eslint.org/docs/rules/object-curly-spacing) rule.
It adds support for TypeScript's object types.