1.1.1 • Published 8 years ago

@helios-ag/eslint-config-airbnb-es5 v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

eslint-config-airbnb-es5

This package provides an unofficial Airbnb ESLint config, following their ES5 style guide.

Usage

  1. npm install --save-dev @helios-ag/eslint-config-airbnb-es5 babel-eslint@6.x eslint-plugin-react
  2. add "extends": "@helios-ag/eslint-config-airbnb-es5" to your .eslintrc

You may need to install the package globally for it to be found by the parser if you have ESLint installed globally.

  • npm install -g @helios-ag/eslint-config-airbnb-es5

See Airbnb's ES5 Javascript styleguide and the ESlint config docs for more information.