0.1.1 • Published 9 years ago

@deecision/eslint-config v0.1.1

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

@deecision/eslint-config

Deecision's eslint configuration.

Get started

Install it:

  • using npm: npm install --save @deecision/eslint-config
  • using yarn: yarn add @deecision/eslint-config

Update your package.json file:

{
    "eslintConfig": {
        "extends": [ "@deecision/eslint-config/base" ]
    }
}

What's included

Plugins:

  • eslint-plugin-flowtype: linting of flow type syntax
  • eslint-plugin-import: linting of ES2015+ (ES6+) import/export syntax

Configurations:

  • eslint-config-airbnb-base: