@call-a3/eslint-config

1.1.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @call-a3/eslint-config

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

4.79 kB

Total Files

6

Last publish

Collaborators

  • call-a3