# @thermarthae/eslint-config

> Just a personal eslint config

Latest version **7.0.1** (published 2026-01-23) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 50/100 (C)** — status: stable.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 7.0.1 |
| Published | 2026-01-23 |
| First published | 2020-11-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 7 |
| Unpacked size | 10.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | thermarthae <thermarthae@protonmail.com> |
| Maintainers | thermarthae |

## Links

- npm: https://www.npmjs.com/package/@thermarthae/eslint-config
- Repository: https://github.com/thermarthae/eslint-config
- npm.io page: https://npm.io/package/@thermarthae/eslint-config

## Dependencies (7)

- [@eslint/js](https://npm.io/package/@eslint/js.md) ^9.39.2
- [typescript-eslint](https://npm.io/package/typescript-eslint.md) ^8.53.1
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.37.5
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.10.2
- [@stylistic/eslint-plugin](https://npm.io/package/@stylistic/eslint-plugin.md) ^5.7.1
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^7.0.1
- [eslint-plugin-simple-import-sort](https://npm.io/package/eslint-plugin-simple-import-sort.md) ^12.1.1

## Recent versions

- 7.0.1 (latest) — 2026-01-23
- 0.0.0-experimental.3 (experimental) — 2026-04-14
- 0.0.0-experimental.2 — 2026-04-14
- 7.0.0 — 2025-10-06
- 6.0.0 — 2025-06-17
- 5.0.0 — 2024-10-22
- 0.0.0-experimental.1 — 2024-10-22
- 4.1.0 — 2024-07-02
- 4.0.2 — 2024-03-17
- 4.0.1 — 2024-03-17
- 4.0.0 — 2024-03-03
- 3.0.0 — 2024-02-28
- 2.0.0 — 2023-03-16
- 1.0.0 — 2021-09-03
- 0.1.1 — 2020-12-08
- … 2 more at https://npm.io/package/@thermarthae/eslint-config/versions

## README

# @thermarthae/eslint-config

Just an ESLint config.

## ✨ Setup

### 1) Install

This step assumes that you have already installed ESLint and Typescript.

```bash
yarn add -D @thermarthae/eslint-config
```

### 2) Configure ESLint

An example `eslint.config.js`:

**Note**: You may have to set the `tsconfigRootDir` path!

```js
// If you don't need React support:
// import config from '@thermarthae/eslint-config/base';
import config from '@thermarthae/eslint-config';

export default [
	...config,
	{
		languageOptions: {
			parserOptions: {
				tsconfigRootDir: import.meta.dirname,
			},
		},
	},
];
```

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