eslint-config-flying-sheep

Empowering AirBnB variant that allows you to be smart. ;-less, tabs, properties, x == null.


Keywords
eslint
License
GPL-3.0
Install
npm install eslint-config-flying-sheep@5.2.0

Documentation

eslint-config-flying-sheep

As most people, I really like eslint-config-airbnb.

But I’m also hard-set on some stylistic choices (;-less, tabs) and like to use some slightly advanced patterns like x == null (to test for null or undefined).

Example .eslintrc:

{
  "extends": "flying-sheep"
}