Détail du package

eslint-config-duo

duojs14MIT0.0.4

ESLint configuration for duo projects

duo, eslint, config

readme

eslint-config-duo

ESLint configuration for the projects in the duojs organization.

Usage

ESLint allows sharing config via the extends property in the .eslintrc. There should be 2 config files for each project:

.eslintrc

{
  "extends": "duo"
}

test/.eslintrc

{
  "extends": "duo/test"
}

Each project is allowed to have more config than this in case something is genuinely unique to that project, but that should be kept to a minimum.

Proposing Changes

Any proposals for changes to the ESLint config should be run through a PR on this repo. That gives all the @duojs/owners the ability to review the proposal and vote on it.

changelog

0.0.4 / 2015-07-22

  • adding eqeqeq, allowing == null comparison

0.0.3 / 2015-07-15

  • make stylistic issues warnings only

0.0.2 / 2015-07-11

  • adding rules regarding complexity
  • rules regarding spacing

0.0.1 / 2015-07-04

  • initial release