1.1.0 • Published 8 years ago

eslint-config-kubism v1.1.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
8 years ago

eslint-config-kubism

Shared ESLint config for kubism JavaScript code. By adopting a common ESLint config, we hope to encourage consistent style and quality across all of kubism JavaScript.

The majority of ESLint config should be defined here rather than each project's own .eslintrc. If a project's maintainers desire to override some config, they can do it in their own .eslintrc.

Usage

npm install --save-dev eslint-config-kubism

Then, extend kubism in your .eslintrc:

{
  "extends": "kubism"
}