Skip to content

saadq/eslint-config-blyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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