Skip to content

DemocracyOS/eslint-config-democracyos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Plug n' Play ESLint config [Feturing: Standard + ✨]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published