# eslint-config-blyss

> An eslint config that leaves style rules to be handled by Prettier.

Latest version **11.0.1** (published 2018-03-20) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 11.0.1 |
| Published | 2018-03-20 |
| First published | 2017-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Saad Quadri |
| Maintainers | saadq |

## Links

- npm: https://www.npmjs.com/package/eslint-config-blyss
- npm.io page: https://npm.io/package/eslint-config-blyss

## Recent versions

- 11.0.1 (latest) — 2018-03-20
- 11.0.0 — 2018-03-14
- 10.1.0 — 2018-01-18
- 10.0.0 — 2018-01-11
- 9.0.1 — 2017-12-26
- 9.0.0 — 2017-12-10
- 8.1.0 — 2017-11-21
- 8.0.1 — 2017-10-19
- 8.0.0 — 2017-09-11
- 7.0.3 — 2017-07-17
- 7.0.2 — 2017-07-17
- 7.0.1 — 2017-07-13
- 7.0.0 — 2017-06-27
- 6.0.1 — 2017-06-14
- 6.0.0 — 2017-06-14
- … 8 more at https://npm.io/package/eslint-config-blyss/versions

## README

# eslint-config-blyss

ESLint sharable config for [blyss](https://github.com/saadq/blyss). Let ESLint handle the errors, and leave stylistic rules up to [Prettier](https://github.com/prettier/prettier).

## Installation

```
# required peer dependencies
npm install eslint-plugin-import
npm install eslint-plugin-node
npm install eslint-plugin-flowtype
npm install eslint-plugin-react
npm install babel-eslint

# blyss config
npm install eslint-config-blyss
```

## Usage

Read up on how to use [sharable configs](http://eslint.org/docs/developer-guide/shareable-configs) at the ESLint website.

## License

[MIT](license)

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