1.1.1 • Published 6 years ago

eslint-config-hostelworld v1.1.1

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

eslint-config-hostelworld

Build Status npm npm

ESLint Shareable Config extending eslint-config-standard.

Installation

  1. First install the following npm packages:

    # core package
    npm install --save-dev eslint-config-hostelworld
    # plus the peer dependencies
    npm install --save-dev eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard
  2. Then add eslint-config-hostelworld to your .eslintrc.* extends section:

    {
        "extends": [
            "hostelworld"
        ],
        "rules": {
            // Additional, per-project rules or overrides...
        }
    }

Additional rules

  • 4 spaces for indentation. rule
  • Semicolons are mandatory. rule
  • Curly braces always required, even in one liners. rule

License

This library is open-sourced software licensed under the MIT license.

Authors

Hostelworld Team