1.0.1 • Published 7 years ago

eslint-config-selbekk v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

eslint-config-selbekk

This eslint config is just how I like it. It's based off of AirBnB's config, with a few overrides because reasons.

Usage

If you're not me, and you'd like to use this, simply install and extend:

IT ALSO WORKS WITH NPM INSTALL :poop:

yarn add --dev eslint-config-selbekk

In your .eslintrc file, add this lil' snippet

{
    "extends": "selbekk",
    // Rest of config goes here
}