Package detail

eslint-config-democracyos

DemocracyOS86MIT2.0.2

ESLint Shareable Config for DemocracyOS's projects

eslint, eslintconfig, democracyos

readme

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: