# @jgarber/eslint-config

> Shareable ESLint configuration.

Latest version **11.2.0** (published 2026-09-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jgarber/eslint-config
pnpm add @jgarber/eslint-config
yarn add @jgarber/eslint-config
bun add @jgarber/eslint-config
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 11.2.0 |
| Published | 2026-09-07 |
| First published | 2022-01-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | ^20.19.0 \|\| ^22.13.0 \|\| >=24 |
| Dependencies | 4 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jason Garber |
| Maintainers | jgarber |
| Keywords | config, configuration, eslint-config, eslint, eslintconfig, javascript, lint |

## Links

- npm: https://www.npmjs.com/package/@jgarber/eslint-config
- Repository: https://codeberg.org/jgarber/eslint-config
- Issues: https://codeberg.org/jgarber/eslint-config/issues
- npm.io page: https://npm.io/package/@jgarber/eslint-config

## Dependencies (4)

- [@eslint/js](https://npm.io/package/@eslint/js.md) ^10.0.1
- [@stylistic/eslint-plugin](https://npm.io/package/@stylistic/eslint-plugin.md) ^5.10.0
- [eslint-plugin-array-func](https://npm.io/package/eslint-plugin-array-func.md) ^5.1.1
- [eslint-plugin-sort-class-members](https://npm.io/package/eslint-plugin-sort-class-members.md) ^1.22.1

## 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

- 11.2.0 (latest) — 2026-09-07
- 11.1.0 — 2026-06-16
- 11.0.0 — 2026-04-10
- 10.0.0 — 2025-10-16
- 9.0.0 — 2025-07-08
- 8.1.0 — 2025-03-17
- 8.0.1 — 2025-01-07
- 8.0.0 — 2025-01-07
- 7.0.0 — 2025-01-02
- 6.1.0 — 2024-07-10
- 6.0.0 — 2024-06-30
- 5.0.0 — 2024-05-23
- 4.3.0 — 2024-02-25
- 4.2.1 — 2024-02-18
- 4.2.0 — 2024-02-14
- … 9 more at https://npm.io/package/@jgarber/eslint-config/versions

## README

# @jgarber/eslint-config

**Shareable [ESLint](https://eslint.org) configuration.**

[![npm](https://img.shields.io/npm/v/@jgarber/eslint-config.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@jgarber/eslint-config)
[![Downloads](https://img.shields.io/npm/dt/@jgarber/eslint-config.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@jgarber/eslint-config)

## Installation

```sh
npm install --save-dev @jgarber/eslint-config
```

## Usage

```js
// eslint.config.js
export { default } from "@jgarber/eslint-config";
```

## License

@jgarber/eslint-config is freely available under the [MIT License](https://opensource.org/licenses/MIT).

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