eslint-config-flying-sheep
v5.2.0
Published
Empowering AirBnB variant that allows you to be smart. ;-less, tabs, properties, x == null.
Downloads
61
Readme
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"
}