Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

eslint-config-airbnb

This package provides Airbnb's .eslintrc as an extensible shared config.

Usage

  1. npm install --save-dev eslint-config-airbnb babel-eslint eslint-plugin-react
  2. add "extends": "eslint-config-airbnb" to your .eslintrc

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