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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.3.1
    0
    • latest

Version History

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