@airbnb-config/eslint-config-ts-react

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

Usage no npm install needed!

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

README

@airbnb-config/eslint-config-ts-react

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

Installation

To install with npm, run the following command:

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

Or with yarn run:

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

Setup

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

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