Skip to content

tillersystems/tiller-ts-config

Repository files navigation

@tillersystems/eslint-config

This package includes the shareable TS configuration used at Tiller.

Table of Contents


Usage

Base requirements

terminal

yarn install -D @tillersystems/ts-config

tsconfig.json

{
  "extends": "@tillersystems/ts-config/tsconfig.json"
}