Skip to content

davidjbradshaw/eslint-config-airbnb-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-airbnb-babel

Babel support for Airbnb's ESLint config

This config extends the AirBNB rules to work with eslint-plugin-babel.

Install

npm install eslint-config-airbnb-babel --save-dev

Configure

This configuration must be placed after which ever version of the AirBnB rules you are using in your .eslintrc file:

{
  "extends": ["airbnb", "airbnb-babel"]
}

© David J. Bradshaw 2020 License: MIT