persona-community-5/.pnpm-store/v3/files/bc/8251379c7570afa50c20d1cec0567fc233ab8de2fa5defd8ac97217c81bbcb4b3f36eab8b52a4c2f0ce5b9a4ba92cfb94ad8aecf15a1739db77e839e54618b
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
445 B
Plaintext

---
description: 'Disallow unnecessary parentheses.'
---
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/no-extra-parens** for documentation.
This rule extends the base [`eslint/no-extra-parens`](https://eslint.org/docs/rules/no-extra-parens) rule.
It adds support for TypeScript type assertions.