persona-community-5/.pnpm-store/v3/files/0f/460202bd00a93535df690f5521c3a2aa8864702d0dbfd3fa02cacf3f6e51c3522259688876f914bf739ebb5d89ec54d7dea036f876cac0a09a2c62854ea45d
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

16 lines
614 B
Plaintext

---
description: 'Require or disallow semicolons instead of ASI.'
---
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/semi** for documentation.
This rule extends the base [`eslint/semi`](https://eslint.org/docs/rules/semi) rule.
It adds support for TypeScript features that require semicolons.
See also the [`@typescript-eslint/member-delimiter-style`](member-delimiter-style.mdx) rule, which allows you to specify the delimiter for `type` and `interface` members.