14 lines
512 B
Plaintext
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.
|