# @rhumbertgz/eslint-config-react

> Shared ESLint config for React projects

Latest version **0.0.3** (published 2023-06-29) · MIT license · 0 weekly downloads

## Install

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

## 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.0.3 |
| Published | 2023-06-29 |
| First published | 2023-06-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Humberto Rodríguez Avila |
| Maintainers | rhumbertgz |

## Links

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

## Recent versions

- 0.0.3 (latest) — 2023-06-29
- 0.0.2 — 2023-06-29
- 0.0.1 — 2023-06-29

## README

# Shared ESLint configuration for React projects

This [ESLint](https://eslint.org/) configuration deactivates all formatting rules of ESLint and makes sure that [Prettier](https://prettier.io/) is used for code beautifying.

## Integrate into new project

1. Install this package as devDependency

```sh
# yarn
$ yarn add -D @rhumbertgz/eslint-config-react

# npm
$ npm i -D @rhumbertgz/eslint-config-react

# pnpm
$ pnpm add -D @rhumbertgz/eslint-config-react
```

2. Use ESLint config in your project

Create a `.eslintrc.js` file in project root with the following content:

```js
module.exports = {
  extends: ["@rhumbertgz/eslint-config-react"],
};
```

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