2.0.2 • Published 7 years ago

eslint-config-democracyos v2.0.2

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

DemocracyOS' ESLint Shareable Config

An ESLint Shareable Config featuring Standard React and some other goodies.

Using this config you won't need to install any other dependencies/plugins, and you will profit from eslint, react, imports, etc...

Usage

npm install --save-dev eslint eslint-config-democracyos

And, in your .eslintrc:

{
  "extends": ["democracyos"]
}

If you want to include Node.js rules:

{
  "extends": ["democracyos", "democracyos/node"]
}

Or the React ones:

{
  "extends": ["democracyos", "democracyos/react"]
}

Rules Included

Atom Usage

Just install: