# @kiwi/eslint-plugin

> Kiwi ESLint plugin

Latest version **4.2.0** (published 2025-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @kiwi/eslint-plugin
pnpm add @kiwi/eslint-plugin
yarn add @kiwi/eslint-plugin
bun add @kiwi/eslint-plugin
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.2.0 |
| Published | 2025-06-03 |
| First published | 2021-06-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Maintainers | kaisermann |
| Keywords | eslint, eslint-plugin |

## Links

- npm: https://www.npmjs.com/package/@kiwi/eslint-plugin
- Repository: https://github.com/kaisermann/kiwi
- Homepage: https://github.com/kaisermann/kiwi#readme
- Issues: https://github.com/kaisermann/kiwi/issues
- npm.io page: https://npm.io/package/@kiwi/eslint-plugin

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 4.2.0 (latest) — 2025-06-03
- 4.1.1 — 2025-05-22
- 4.1.0 — 2025-05-20
- 4.0.0 — 2025-05-19
- 3.1.4 — 2025-02-03
- 3.1.3 — 2025-02-03
- 3.1.2 — 2025-02-03
- 3.1.1 — 2025-02-03
- 3.1.0 — 2025-02-03
- 3.0.1 — 2024-09-26
- 3.0.0 — 2024-09-24
- 2.4.1 — 2024-09-23
- 2.4.0 — 2024-03-07
- 2.3.1 — 2024-02-07
- 2.3.0 — 2024-02-07
- … 45 more at https://npm.io/package/@kiwi/eslint-plugin/versions

## README

# `@kiwi/eslint-plugin`

## Installation

Give that you already have ESLint installed, run:

```bash
yarn add -D @kiwi/eslint-plugin
```

## Usage

After installing the module, just add it to your `plugins` array inside your `.eslintrc`.

```jsonc
// .eslintrc
{
  ...,
  "plugins": ["@kiwi"]
}
```

## Rules

This plugin provides the following custom ESLint rules:

- [`react-descriptive-effect`](/packages/eslint-plugin/docs/rules/react-descriptive-effect.md): Encourage descriptive React effects.

---
_Source: https://npm.io/package/@kiwi/eslint-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
