0.2.0 • Published 8 years ago

eslint-config-coffeeandcode v0.2.0

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

Shared ESLint Configs for Coffee and Code

In order to keep eslint configurations synched between projects, we've moved our configurations to this repository. You can include it in your projects with npm install eslint eslint-config-coffeeandcode --save-dev.

Once installed, you can extend the following configurations:

coffeeandcode

The base configuration, it extends eslint:recommended.

coffeeandcode/node

This builds upon the base coffeeandcode configuration by adding the node environment. In a Node project, you would have a root .eslintrc.json file that includes the following:

{
  "extends": "coffeeandcode/node"
}

coffeeandcode/ci/node

This builds upon the coffeeandcode/node configuration by adding globals used by Mocha. In your project's test/ folder, you would create a .eslintrc.json file with the following:

{
  "extends": "coffeeandcode/ci/node"
}
0.2.0

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago