persona-community-5/.pnpm-store/v3/files/d9/432b718ae8ea50be6c40953cef24c8a70522df2c8a2dc4efc9fc2bfad6ebd91781539966fa65a21d9e7d22567b2340237f4341aeb05dab80cf23ded8d9fc78
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
507 B
Plaintext

---
description: 'Enforce the consistent use of either backticks, double, or single quotes.'
---
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/quotes** for documentation.
This rule extends the base [`eslint/quotes`](https://eslint.org/docs/rules/quotes) rule.
It adds support for TypeScript features which allow quoted names, but not backtick quoted names.