3.3.1 • Published 6 years ago

eslint-config-underdog v3.3.1

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

eslint-config-underdog

Build Status npm version

Base ESLint config for Underdog.io's JavaScript code.

Usage

Install this package as a dev dependency:

npm install --save-dev eslint-config-underdog

Use this config as the base for your eslintrc config:

{
  "extends: "underdog",
  "rules": {
  }
}

ES6

If you would like to use ES6 or JSX, extend from the ES6 config:

{
  "extends: "underdog/es6",
  "rules": {
  }
}
3.3.1

6 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.2

7 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago