1.1.1 • Published 3 years ago

@airbnb-config/eslint-config-ts v1.1.1

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

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