1.17.1 • Published 9 years ago

eslint-config-excellence v1.17.1

Weekly downloads
2
License
Unlicense
Repository
github
Last release
9 years ago

Usage

npm install --save-dev eslint-config-excellence

Then extend excellence in your .eslintrc:

{
    "extends": "excellence"
}

You might want to use .eslintrc.js instead, since the .eslintrc was deprecated!

Common Rules

You might want to change some rules, that are controversial and often disputed inside the JS community. The defaults that excellence applies are listed here.

{
    'jsx-quotes': [ 2, 'prefer-single' ], // prfer-single or prefer-double
    'quotes': [ 2, 'single' ], // single or double
    'semi': [ 2, 'always' ] // always or never
}

Advises

It is probably a good idea to use Editorconfig alongside ESLint. Check out their website.

1.17.1

9 years ago

1.17.0

9 years ago

1.15.0

9 years ago

1.14.0

9 years ago

1.13.0

9 years ago

1.12.2

9 years ago

1.12.1

9 years ago

1.12.0

9 years ago

1.11.0

9 years ago

1.10.0

9 years ago

1.9.0

9 years ago

1.8.0

9 years ago

1.7.2

9 years ago

1.7.1

9 years ago

1.7.0

9 years ago

1.6.0

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago