Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 697 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 697 Bytes

eslint-config-blyss


DEPRECATED – Use lynt.

ESLint sharable config for blyss. Let ESLint handle the errors, and leave stylistic rules up to 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 at the ESLint website.

License

MIT