Skip to content

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

License

Notifications You must be signed in to change notification settings

1hella/eslint-config-airbnb-es5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* 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 and the ESlint config docs for more information.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published