# eslint-config-danbriggs5-react

> ESLint config that builds on top of [eslint-config-danbriggs5-base](https://www.npmjs.com/package/eslint-config-danbriggs5-base).

Latest version **3.1.0** (published 2020-06-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-danbriggs5-react
pnpm add eslint-config-danbriggs5-react
yarn add eslint-config-danbriggs5-react
bun add eslint-config-danbriggs5-react
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.0 |
| Published | 2020-06-13 |
| First published | 2019-06-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | danbriggs5 |
| Maintainers | dbriggs |

## Links

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

## Dependencies (1)

- [eslint-config-danbriggs5-base](https://npm.io/package/eslint-config-danbriggs5-base.md) 1.0.0

## Recent versions

- 3.1.0 (latest) — 2020-06-13
- 3.0.0 — 2019-07-11
- 2.0.0 — 2019-06-15
- 1.0.0 — 2019-06-05

## README

# eslint-config-danbriggs5-react
ESLint config that builds on top of [eslint-config-danbriggs5-base](https://www.npmjs.com/package/eslint-config-danbriggs5-base).

## Installation
```shell
# Install
npm install --save-dev --save-exact eslint-config-danbriggs5-react

# Install peer deps
npm install --save-dev --save-exact eslint@5.16.0
npm install --save-dev --save-exact eslint-plugin-import@2.16.0
npm install --save-dev --save-exact eslint-plugin-react@7.13.0
npm install --save-dev --save-exact eslint-plugin-react-hooks@1.6.1
```

## Sample usage
Create a .eslintrc.js file
```shell
touch .eslintrc.js
open .eslintrc.js
```
Paste this snippet in your file
```javascript
module.exports = {
	extends: ['danbriggs5-react'],
};
```
## License
MIT

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