Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/flying-sheep/eslint-config
- Owner: flying-sheep
- Created: 2016-11-03T21:31:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T09:59:46.000Z (about 6 years ago)
- Last Synced: 2024-08-10T02:54:12.567Z (5 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```