eslint-config-hyperoslo

1.2.0 • Public • Published

eslint-config-hyperoslo

Version

Hyper's ESLint configuration, based on Airbnb's.

Licensed under the MIT license, see LICENSE for more information.

Usage

Available via npm:

npm install --save-dev eslint eslint-config-hyperoslo eslint-config-airbnb

ES6

Additional dependencies to install:

npm install --save-dev babel-eslint eslint-plugin-import

Tweak .eslintrc:

{
  "extends": "hyperoslo"
}

ES5 (legacy)

Tweak .eslintrc:

{
  "extends": "hyperoslo/legacy",
}

React

Additional dependencies to install:

npm install --save-dev babel-eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y@^2.2.3

Tweak .eslintrc:

{
  "extends": "hyperoslo/react"
}

Credits

Hyper made this. We're a digital communications agency with a passion for good code, and if you're using this configuration we probably want to hire you.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-hyperoslo

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • timkurvers