1upward / eslint-config-airbnb-es5

Unofficial Airbnb ESLint config, following their ES5 style guide.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-airbnb-es5

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

Usage

  1. npm install --save-dev eslint-config-airbnb-es5 babel-eslint@6.x eslint-plugin-react
  2. add "extends": "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 eslint-config-airbnb-es5

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

About

Unofficial Airbnb ESLint config, following their ES5 style guide.

License:MIT License


Languages

Language:JavaScript 100.0%