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

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