Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/1hella/eslint-config-airbnb-es5
- Owner: 1hella
- License: mit
- Created: 2015-08-12T08:01:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T03:21:57.000Z (about 7 years ago)
- Last Synced: 2024-04-24T12:02:19.142Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 28
- Watchers: 2
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .eslintrcYou 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.