# @lehoczky/eslint-config-typescript

Latest version **3.1.0** (published 2026-07-26) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 65/100 (B)** — status: active.

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 3.1.0 |
| Published | 2026-07-26 |
| First published | 2023-09-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 2 |
| Unpacked size | 9.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Author | Zoltan Lehoczky |
| Maintainers | lehoczky |
| Keywords | eslint, eslintconfig |

## Links

- npm: https://www.npmjs.com/package/@lehoczky/eslint-config-typescript
- Repository: https://github.com/Lehoczky/configs
- Homepage: https://github.com/Lehoczky/configs/tree/master/packages/eslint-config-typescript
- npm.io page: https://npm.io/package/@lehoczky/eslint-config-typescript

## Dependencies (2)

- [typescript-eslint](https://npm.io/package/typescript-eslint.md) ^8.65.0
- [@lehoczky/eslint-config-base](https://npm.io/package/@lehoczky/eslint-config-base.md) 3.1.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

- 3.1.0 (latest) — 2026-07-26
- 3.0.0 — 2026-04-27
- 2.0.14 — 2026-04-02
- 2.0.13 — 2025-12-30
- 2.0.12 — 2025-10-31
- 2.0.11 — 2025-10-05
- 2.0.10 — 2025-08-24
- 2.0.9 — 2025-04-27
- 2.0.8 — 2025-04-26
- 2.0.7 — 2025-03-25
- 2.0.6 — 2025-03-06
- 2.0.5 — 2025-02-14
- 2.0.4 — 2024-11-25
- 2.0.3 — 2024-10-25
- 2.0.2 — 2024-10-25
- … 15 more at https://npm.io/package/@lehoczky/eslint-config-typescript/versions

## README

# Shared Configurations

Monorepo for shared tooling configurations.

Packages:

- [eslint-config-base](packages/eslint-config-base)
- [eslint-config-typescript](packages/eslint-config-typescript)
- [eslint-config-vue](packages/eslint-config-vue)
- [eslint-config-vitest](packages/eslint-config-vitest)
- [markdownlint-config](packages/markdownlint-config)
- [prettier-config](packages/prettier-config)

## Other Configuration Files

The following configuration files are used by most projects, but they cannot be shared as an `npm` package:

`.gitattributes`:

```ini
# Enforce Unix newlines
* text=auto eol=lf

# Fix syntax highlighting on GitHub to allow comments
.vscode/*.json linguist-language=JSON-with-Comments
```

`.editorconfig`:

```ini
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2

[*.md]
max_line_length = off
trim_trailing_whitespace = false
```

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