persona-community-5/.pnpm-store/v3/files/12/0a751153df665b5aa9d8162a25da512611707b868d546d579ac2722139201ed5c59d1149806dcb7bf5bd086ada4e2600cee206fa94e59eed58f54a32f5ce90
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
474 B
Plaintext

---
description: 'Enforce consistent brace style for blocks.'
---
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/brace-style** for documentation.
This rule extends the base [`eslint/brace-style`](https://eslint.org/docs/rules/brace-style) rule.
It adds support for `enum`, `interface`, `namespace` and `module` declarations.