# @book000/eslint-config

> ESLint config

Latest version **1.16.71** (published 2026-09-22) · MIT license · 4.2K weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: no types; no esm support.

Negative: declining downloads.

## Facts

| | |
|---|---|
| Version | 1.16.71 |
| Published | 2026-09-22 |
| First published | 2024-04-18 |
| Weekly downloads | 4.2K |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 60.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Author | Tomachi <tomachi@tomacheese.com> |
| Maintainers | book000 |
| Keywords | eslint-config |

## Links

- npm: https://www.npmjs.com/package/@book000/eslint-config
- Repository: git@github.com:book000/eslint-config
- Homepage: https://github.com/book000/eslint-config
- Issues: https://github.com/book000/eslint-config/issues
- npm.io page: https://npm.io/package/@book000/eslint-config

## Dependencies (6)

- [globals](https://npm.io/package/globals.md) 17.12.0
- [neostandard](https://npm.io/package/neostandard.md) 0.13.0
- [typescript-eslint](https://npm.io/package/typescript-eslint.md) 8.70.0
- [eslint-plugin-unicorn](https://npm.io/package/eslint-plugin-unicorn.md) 75.0.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) 10.1.8
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) 8.70.0

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

- 1.16.71 (latest) — 2026-09-22
- 1.16.70 — 2026-09-22
- 1.16.69 — 2026-09-21
- 1.16.68 — 2026-09-20
- 1.16.67 — 2026-09-19
- 1.16.66 — 2026-09-18
- 1.16.65 — 2026-09-13
- 1.16.64 — 2026-09-13
- 1.16.63 — 2026-09-11
- 1.16.62 — 2026-09-10
- 1.16.61 — 2026-09-10
- 1.16.60 — 2026-09-08
- 1.16.59 — 2026-09-07
- 1.16.58 — 2026-09-07
- 1.16.57 — 2026-09-07
- … 573 more at https://npm.io/package/@book000/eslint-config/versions

## README

# @book000/eslint-config

ESLint config for [Tomachi (book000)](https://github.com/book000)

## 🚀 Install

If you are using npm:

```shell
npm install eslint @book000/eslint-config
```

or if you are using yarn:

```shell
yarn add eslint @book000/eslint-config
```

or if you are using pnpm:

```shell
pnpm add eslint @book000/eslint-config
```

For TypeScript projects, `typescript` is also required (TypeScript linting uses `parserOptions.project` pointing to `tsconfig.json`):

```shell
npm install typescript
```

Then, create `eslint.config.mjs` file and write the following:

```js
export { default } from '@book000/eslint-config'
```

## 📑 License

This project is licensed under the [MIT License](LICENSE).

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