persona-community-5/.pnpm-store/v3/files/4a/af5cb591c99b72b309f360da861f2f158ca8ac3fa766b8dae539442df3ffabd619cd6030abce61ef886fe13da7d30b807a0882e72cb5ad714f6bb7049b7dc8
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
512 B
Plaintext

---
description: 'Require or disallow spacing between function identifiers and their invocations.'
---
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/func-call-spacing** for documentation.
This rule extends the base [`eslint/func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing) rule.
It adds support for generic type parameters on function calls.