0.1.1 • Published 2 months ago

@pandora-box/eslint-config-typescript v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Eslint Typescript Config

Installation

npm install -D @pandora-box/eslint-config-typescript

Setup

Add the following code to your .eslintrc file:

{
  "extends": ["@pandora-box/typescript"]
}