Skip to content

Unofficial Airbnb ESLint config, following their ES5 style guide.

License

Notifications You must be signed in to change notification settings

simonschuh/eslint-config-airbnb-es5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%