# eslint-config-dispatch

> Shared eslint config for React.js projects

Latest version **0.1.0** (published 2019-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-dispatch
pnpm add eslint-config-dispatch
yarn add eslint-config-dispatch
bun add eslint-config-dispatch
```

## 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.1.0 |
| Published | 2019-07-10 |
| First published | 2019-07-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Dispatch, Inc. |
| Maintainers | winstonwan |
| Keywords | eslint, eslintconfig |

## Links

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

## Dependencies (2)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^9.0.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^2.9.0

## 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.0 (latest) — 2019-07-10

## README

# eslint-config-dispatch

## Usage

Shareable configs are designed to work with the `extends` feature of `.eslintrc` files.
You can learn more about [Shareable Configs](http://eslint.org/docs/developer-guide/shareable-configs) on the official ESLint website.

```bash
npm install --save-dev eslint-config-dispatch

// Install peer dependencies
// should maintain with latest version numbers in package.json
npm install --save-dev eslint@^4.19.1 \
  eslint-plugin-prettier@^2.6.0 \
  eslint-plugin-react@^7.9.1 \
  prettier@^1.13.5
```
Unfortunately due to these configs being dev dependencies, each project using these configs will need to update peer dependencies independently

Create a `.eslintrc` file:

```
{
  "extends": "dispatch"
}
```

## License

MIT

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