# @tylergaffaney/eslint-config-react

> tylergaffaney eslint config for React.js

Latest version **0.2.5** (published 2023-02-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tylergaffaney/eslint-config-react
pnpm add @tylergaffaney/eslint-config-react
yarn add @tylergaffaney/eslint-config-react
bun add @tylergaffaney/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.2.5 |
| Published | 2023-02-27 |
| First published | 2023-02-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 6.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tyler Gaffaney |
| Maintainers | tylergaffaneypersonal |
| Keywords | tylergaffaney, eslint-config, react |

## Links

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

## Dependencies (4)

- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.22.0
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.4.1
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^4.2.0
- [@tylergaffaney/eslint-config](https://npm.io/package/@tylergaffaney/eslint-config.md) 0.2.4

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.2.5 (latest) — 2023-02-27
- 0.2.4 — 2023-02-26
- 0.2.3 — 2023-02-26
- 0.2.2 — 2023-02-26

## README

# Personal configs

Credit:  Forked from [ntnyq](https://github.com/ntnyq/configs)

# EsLint config for React.js

## Usage

### Install

```bash
$ npm i @tylergaffaney/eslint-config-react -D
# OR
$ yarn add @tylergaffaney/eslint-config-react -D
```

### Extend this config

in `.eslintrc.js`

```js
module.exports = {
    root: true,

    extends: ['@tylergaffaney/react'],

    rules: {
        // Override rules
    },
}
```

in `package.json`

```json
{
    "eslintConfig": {
        "root": true,
        "extends": "@tylergaffaney/react"
    }
}
```

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