persona-community-5/.pnpm-store/v3/files/eb/849b9ca97f40e443cca880e46e9c6e78f9d8f0f715123a1ec0a1d073a68251af383dad8895f5ef5fa2fff29b6b62ba8f1575dcf11e501e27a7904056799c00
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
472 B
Plaintext

---
description: 'Enforce consistent spacing before and after commas.'
---
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/comma-spacing** for documentation.
This rule extends the base [`eslint/comma-spacing`](https://eslint.org/docs/rules/comma-spacing) rule.
It adds support for trailing comma in a types parameters list.