persona-community-5/.pnpm-store/v3/files/90/cd256f3d59261ec5c8cce90db041c9e4aeb754f50fe5fdc9f89d3c139b46382e4bcf1c0f2b45ee3326af8eca0bcfed681c8c7d949c73f7b8f9241088b4fe7c
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
480 B
Plaintext

---
description: 'Enforce consistent spacing before and after keywords.'
---
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/keyword-spacing** for documentation.
This rule extends the base [`eslint/keyword-spacing`](https://eslint.org/docs/rules/keyword-spacing) rule.
It adds support for generic type parameters on function calls.