@airbnb-config/eslint-config-ts

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

Usage no npm install needed!

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

README

@airbnb-config/eslint-config-ts

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

Installation

To install with npm, run the following command:

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

Or with yarn run:

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

Setup

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

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