Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-airbnb-babel

davidjbradshaw1.9kMIT0.2.2

Babel support for Airbnb's ESLint config

airbnb, config, es2015, es2016, es2017, es2018, eslint, eslintconfig, javascript, styleguide, babel

readme

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