@airbnb-config/eslint-base

Eslint config based off airbnb's javascript style guide tweaked to work with prettier.

Usage no npm install needed!

<script type="module">
  import airbnbConfigEslintBase from 'https://cdn.skypack.dev/@airbnb-config/eslint-base';
</script>

README

Airbnb Eslint Base Config

Eslint config based off airbnb's javascript style guide tweaked to work with prettier.

Implementation

To install run the following command:

npm install -D @airbnb-config/eslint-base

or with yarn run:

yarn add -D @airbnb-config/eslint-base

To extend configuration add the following to your package.json file:

  "eslintConfig": {
    "extends": "./node_modules/@airbnb-config/eslint-base"
  },

Prettier

To use with prettier, checkout the @airbnb-config/prettier package.