3.0.0 • Published 9 years ago

eslint-config-interactivethings v3.0.0

Weekly downloads
6
License
BSD-3-Clause
Repository
github
Last release
9 years ago

Interactive Things ESLint Config

We (mostly) structure and lint our JS code according to AirBnB's JavaScript styleguide. Exceptions are noted below.

Usage

npm install eslint-config-interactivethings --save-dev

In your project's .eslintrc:

{
  "extends": "interactivethings"
}

Override any rules which don't fit your project.

Differences to AirBnB config

  • JSX single quotes
  • Capitalized functions don't need to be used with new. E.g. const foo = Immutable.Map(); should be allowed.
  • Allows the __DEV__ global

Development

  • Create single commits for each rule change, and describe the reason for the change in the commit message (why not just what).
  • List any deviations from AirBnB's style in this README
  • Create a new version using npm version x.x.x
3.0.0

9 years ago

3.0.0-beta.4

9 years ago

3.0.0-beta.3

9 years ago

3.0.0-beta.2

9 years ago

3.0.0-beta.1

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

1.0.0-alpha.3

10 years ago

1.0.0-alpha.2

10 years ago

1.0.0-alpha.1

10 years ago