Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saadq/eslint-config-blyss
- Owner: saadq
- License: mit
- Created: 2017-04-21T20:37:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T19:44:57.000Z (over 6 years ago)
- Last Synced: 2025-01-20T10:24:43.010Z (2 days ago)
- Topics: development, ecmascript, es6, eslint, eslint-config, javascript, linter, styleguide
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-blyss
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)