@call-a3/eslint-config
v1.1.1
Published
The eslint config preferred by Adriaan Callaerts
Downloads
12
Readme
@call-a3/eslint-config
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