1.1.1 • Published 5 years ago

@call-a3/eslint-config v1.1.1

Weekly downloads
102
License
MIT
Repository
github
Last release
5 years ago

@call-a3/eslint-config

Greenkeeper badge

This is my shared eslint config. It basically combines the prettier and standard plugins to have best-of-both rules and functionality. I like the validation rules that standard provides (and the avoidance of bike-shedding over them), but I prefer the formatting that prettier offers, so that's why I combine the two.

Use it like this:

{
    "extends": "@call-a3"
}

Or just use my CLI wrapper for this config: @call-a3/standard