persona-community-5/.pnpm-store/v3/files/05/bb22fccfabe6659a62f156b4f0b442819b60d9a1d30ea64689f7543f24a9363f54614783dede8097cf356824cd0c6ccf67e6ab134c9afa43f762f5c5a6159e
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
549 B
Plaintext

---
description: 'Disallow or enforce spaces inside of blocks after opening block and before closing block.'
---
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/block-spacing** for documentation.
This rule extends the base [`eslint/block-spacing`](https://eslint.org/docs/rules/block-spacing) rule.
This version adds support for TypeScript related blocks (interfaces, object type literals and enums).