Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1hella/eslint-config-airbnb-es5

An unofficial Airbnb ESLint configuration, following Airbnb's ES5 JavaScript style guide.
https://github.com/1hella/eslint-config-airbnb-es5

Last synced: 3 months ago
JSON representation

An unofficial Airbnb ESLint configuration, following Airbnb's ES5 JavaScript style guide.

Awesome Lists containing this project

README

        

\* *If you find any problems with this package, feel free to submit an issue or pull request.*
# 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 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](https://github.com/airbnb/javascript/tree/es5-deprecated/es5) and
the [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files)
for more information.