davidjbradshaw / eslint-config-airbnb-babel

AirBNB rules for Babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AirBNB rules for Babel

License:MIT License


Languages

Language:JavaScript 100.0%