# @the-reasonable/eslint-config

> The Reasonable ESLint shareable config

Latest version **0.6.0** (published 2021-05-08) · BSD-3-Clause license · 0 weekly downloads

## Install

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

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.0 |
| Published | 2021-05-08 |
| First published | 2021-05-08 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Nikita Karamov |
| Maintainers | nickkaramoff |
| Keywords | eslint, eslintconfig, code style |

## Links

- npm: https://www.npmjs.com/package/@the-reasonable/eslint-config
- Repository: https://github.com/TheReasonable/eslint-config
- Funding: https://github.com/sponsors/NickKaramoff
- npm.io page: https://npm.io/package/@the-reasonable/eslint-config

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

- 0.6.0 (latest) — 2021-05-08
- 0.5.1 — 2021-05-08

## README

# ⭕️ The Reasonable / eslint-config

[![Get from NPM](https://flat.badgen.net/npm/v/@the-reasonable/eslint-config/?icon=npm&labelColor=black&label)](https://www.npmjs.com/package/@the-reasonable/eslint-config)

This [ESLint shareable config](https://eslint.org/docs/developer-guide/shareable-configs.html) enforces reasonable code style rules for style for JavaScript and TypeScript codebases.
Each rule has a _reason_ why it was added (see [below](#rules)).

## Usage

```sh
npm install --save-dev eslint @the-reasonable/eslint-config
```

```sh
yarn add --dev eslint @the-reasonable/eslint-config
```

Then, in your ESLint config:

```json
{
  "extends": "@the-reasonable"
}
```

## Rules

There are two rules for the rules:

1. Every `--fix`able rule is always an `error`.
2. Every rule has a _reason_ why it was added — you can see them in `index.js`.

## Show the world

Tell everyone you are being Reasonable and put this badge in your docs!

[![The Reasonable code style](https://flat.badgen.net/badge/The%20Reasonable/code%20style/black?labelColor=D6001C)](https://github.com/TheReasonable/eslint-config)

```md
[![The Reasonable code style](https://flat.badgen.net/badge/The%20Reasonable/code%20style/black?labelColor=D6001C)](https://github.com/TheReasonable/eslint-config)
```

```html
<a href="https://github.com/TheReasonable/eslint-config">
  <img src="https://flat.badgen.net/badge/The%20Reasonable/code%20style/black?labelColor=D6001C"
       alt="The Reasonable code style">
</a>
```

## Licence

[BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) © 2020-2021, Nikita Karamov

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