eslint-config-underdog

3.3.1 • Public • Published

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": {
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.3.10latest

Version History

VersionDownloads (Last 7 Days)Published
3.3.10
3.3.00
3.2.00
3.1.00
3.0.00
2.0.10
2.0.00
1.3.20
1.3.10
1.3.00
1.2.00
1.1.20
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i eslint-config-underdog

Weekly Downloads

0

Version

3.3.1

License

MIT

Unpacked Size

7.51 kB

Total Files

8

Last publish

Collaborators

  • brett_langdon
  • restlessbit