astro-ghostcms/.pnpm-store/v3/files/80/5b8473221aaae21e8f941a59739...

11 lines
432 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
---
description: 'Disallow unused expressions.'
---
> 🛑 This file is source code, not the primary documentation location! 🛑
>
> See **https://typescript-eslint.io/rules/no-unused-expressions** for documentation.
This rule extends the base [`eslint/no-unused-expressions`](https://eslint.org/docs/rules/no-unused-expressions) rule.
It adds support for optional call expressions `x?.()`, and directive in module declarations.