1.1.2 • Published 3 years ago

@airbnb-config/eslint-config-ts-react v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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"
}