Skip to content

Latest commit

 

History

History

ts-lint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@martin_hotell/ts-lint-config

tslint config for sane TypeScript developer 💪

NPM version Downloads

Installing

yarn add -D @martin_hotell/ts-lint-config

# also you need to install peer dependencies
yarn add -D tslint

Getting started

Then in your project's tslint.json:

{
  "extends": "@martin_hotell/ts-lint-config"
}

Examples

Go checkout examples !

API

Document your API here

Guides

How to do Foo

Today we're gonna build Foo....