@airbnb-config/eslint-config-js

Eslint config for javascript based off Airbnb's style guide.

Usage no npm install needed!

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

README

@airbnb-config/eslint-config-js

Eslint config for javascript based off Airbnb's style guide.

Installation

To install with npm, run the following command:

npm i -D @airbnb-config/eslint-config-js

Or with yarn run:

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

Setup

Add the following to your eslint config in order to extend:

{
  "extends": "@airbnb-config/js"
}