# @gorrion/eslint-config-react

> React ESLint config used at Gorrion Software House

Latest version **0.1.3** (published 2022-05-18) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2022-05-18 |
| First published | 2022-02-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Gorrion Software House |
| Maintainers | siemko |
| Keywords | eslint, gorrion, code, quality, style, lint, linter, validate, strict, check, verify, enforce, hint, react, hooks |

## Links

- npm: https://www.npmjs.com/package/@gorrion/eslint-config-react
- Repository: https://github.com/gorrion-io/eslint
- Homepage: https://github.com/gorrion-io/eslint#readme
- Issues: https://github.com/gorrion-io/eslint/issues
- npm.io page: https://npm.io/package/@gorrion/eslint-config-react

## 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.1.3 (latest) — 2022-05-18
- 0.0.2-alpha.4 (prerelease) — 2022-02-24
- 0.1.2 — 2022-04-08
- 0.1.1 — 2022-03-21
- 0.1.0 — 2022-02-24
- 0.0.2-alpha.3 — 2022-02-24
- 0.0.2-alpha.2 — 2022-02-24
- 0.0.2-alpha.1 — 2022-02-24

## README

# @gorrion/eslint-config-react

ESLint React config used at Gorrion Software House

## Installation

Install the packages using `npm` (or `yarn` or `pnpm`)

```bash
npm install --save-dev eslint @gorrion/eslint-config-react eslint-plugin-react eslint-plugin-react-hooks
```

This will allow you to use the react package.

## Usage

Then add the extends to your `.eslintrc.js`:

```javascript
module.exports = {
  extends: "@gorrion/eslint-config-react",
  rules: {
    // your overrides
  },
};
```

## Check also

Don't forget to check [`@gorrion/eslint-config`][@gorrion/eslint-config]

<!-- prettier-ignore-start -->
[@gorrion/eslint-config]: https://www.npmjs.com/package/@gorrion/eslint-config
[typescript]: https://github.com/microsoft/TypeScript
[react]: https://github.com/facebook/react
<!-- prettier-ignore-end -->

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