eslint-config-democracyos

2.0.2 • Public • Published

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:

Package Sidebar

Install

npm i eslint-config-democracyos

Weekly Downloads

6

Version

2.0.2

License

MIT

Last publish

Collaborators

  • democracyos