Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flying-sheep/eslint-config

Empowering AirBnB variant that allows you to be smart. ;-less, tabs, properties, x == null.
https://github.com/flying-sheep/eslint-config

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

eslint-config-flying-sheep
==========================

As most people, I really like [`eslint-config-airbnb`](https://github.com/airbnb/javascript).

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`:

```json
{
"extends": "flying-sheep"
}
```