astro-ghostcms/.pnpm-store/v3/files/5c/6f1be8eb51bc2fcd0c4ea834067...

31 lines
569 B
Plaintext

---
description: '<Description from rule metadata here>'
---
> 🛑 This file is source code, not the primary documentation location! 🛑
>
> See **https://typescript-eslint.io/rules/RULE_NAME_REPLACEME** for documentation.
## Examples
To fill out: tell us more about this rule.
<!--tabs-->
### ❌ Incorrect
```ts
// To fill out: incorrect code
```
### ✅ Correct
```ts
// To fill out: correct code
```
## When Not To Use It
To fill out: why wouldn't you want to use this rule?
For example if this rule requires a feature released in a certain TS version.