Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saadq/eslint-config-blyss

The ESLint config for Blyss.
https://github.com/saadq/eslint-config-blyss

development ecmascript es6 eslint eslint-config javascript linter styleguide

Last synced: 2 days ago
JSON representation

The ESLint config for Blyss.

Awesome Lists containing this project

README

        

# eslint-config-blyss

---
**DEPRECATED** – Use [`lynt`](https://github.com/saadq/lynt).
---

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)