2.1.0 • Published 8 years ago

eslint-config-codingsans v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

NPM

eslint-config-codingsans

Sharable eslint config created and used by CodingSans

ESLINT Version

This config created for eslint 2.7.*

Installation

npm install --save-dev eslint@2.7 eslint-config-codingsans

Usage

Choose a config:

  • codingsans - Default config, alias for argon.
  • codingsans/argon - Config created for working with Node 4 (Argon).
  • codingsans/babel - Config created for babel ES6.
  • codingsans/mochaTestExt - Config created for mocha test folders (this is an extension config).
  • More to come...

Then add it into extends field.

Examples

.eslintrc

{
"extends": ["codingsans/argon"]
}
2.1.0

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago