# @inrupt/eslint-config-base

> Shared eslint config for Javascript at @inrupt

Latest version **4.1.5** (published 2026-06-30) · MIT license · 4.5K weekly downloads

## Install

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

## Health

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

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

Warnings: no types.

## Facts

| | |
|---|---|
| Version | 4.1.5 |
| Published | 2026-06-30 |
| First published | 2020-06-08 |
| Weekly downloads | 4.5K |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 18 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 10 |
| Author | Inrupt |
| Maintainers | timbl, nseydoux, inrupt_ci, astrid.vazquez |
| Keywords | eslint, inrupt |

## Links

- npm: https://www.npmjs.com/package/@inrupt/eslint-config-base
- Repository: https://github.com/inrupt/typescript-sdk-tools
- Homepage: https://github.com/inrupt/typescript-sdk-tools/tree/main/eslint-configs/eslint-config-base#readme
- Issues: https://github.com/inrupt/typescript-sdk-tools/issues
- npm.io page: https://npm.io/package/@inrupt/eslint-config-base

## Dependencies (18)

- [jest](https://npm.io/package/jest.md) >=30.4.2
- [eslint](https://npm.io/package/eslint.md) ^9.28.0
- [globals](https://npm.io/package/globals.md) ^17.7.0
- [prettier](https://npm.io/package/prettier.md) >=3.8.4
- [@eslint/js](https://npm.io/package/@eslint/js.md) ^9.39.2
- [@eslint/json](https://npm.io/package/@eslint/json.md) ^2.0.0
- [@eslint/eslintrc](https://npm.io/package/@eslint/eslintrc.md) ^3.3.5
- [@eslint/markdown](https://npm.io/package/@eslint/markdown.md) ^8.0.2
- [typescript-eslint](https://npm.io/package/typescript-eslint.md) ^8.62.0
- [eslint-plugin-jest](https://npm.io/package/eslint-plugin-jest.md) ^29.15.2
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.37.5
- [eslint-plugin-header](https://npm.io/package/eslint-plugin-header.md) ^3.1.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.32.0
- [eslint-plugin-headers](https://npm.io/package/eslint-plugin-headers.md) ^1.3.4
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^10.1.8
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^5.5.6
- [eslint-plugin-playwright](https://npm.io/package/eslint-plugin-playwright.md) ^2.10.4
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^7.1.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
- [@book000/eslint-config](https://npm.io/package/@book000/eslint-config.md) — 4.2K weekly downloads

## Recent versions

- 4.1.5 (latest) — 2026-06-30
- 1.0.1-alpha.0 (next) — 2022-07-06
- 4.1.4 — 2026-06-24
- 4.1.3 — 2026-06-04
- 4.1.2 — 2026-06-04
- 4.1.1 — 2026-05-08
- 4.1.0 — 2026-03-26
- 4.0.8 — 2025-11-10
- 4.0.7 — 2025-11-04
- 4.0.6 — 2025-11-04
- 4.0.5 — 2025-07-21
- 4.0.4 — 2025-07-09
- 4.0.3 — 2025-06-12
- 4.0.2 — 2025-06-12
- 4.0.1 — 2025-06-12
- … 58 more at https://npm.io/package/@inrupt/eslint-config-base/versions

## README

# eslint-config-inrupt-base

ESlint config which is the base for all inrupt projects.

This ruleset is applicable to library code and applications. It should be extended with framework-specific rulesets where applicable (e.g. NextJS).

## Usage

In order to use this style configuration, you'll need to import it in your ESLint `eslint.config.js`:

```js
import inruptCfg from "@inrupt/eslint-config-base";

import { defineConfig } from "eslint/config";

export default defineConfig([
  inruptCfg,
  // ...
]);
```

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