astro-ghostcms/.pnpm-store/v3/files/92/e1c1aabba6b333178a27a92e949...

11 lines
413 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
---
description: 'Require or disallow initialization in variable declarations.'
---
> 🛑 This file is source code, not the primary documentation location! 🛑
>
> See **https://typescript-eslint.io/rules/init-declarations** for documentation.
This rule extends the base [`eslint/init-declarations`](https://eslint.org/docs/rules/init-declarations) rule.
It adds support for TypeScript's `declare` variables.