tslint config for sane TypeScript developer 💪
yarn add -D @martin_hotell/ts-lint-config
# also you need to install peer dependencies
yarn add -D tslint
Then in your project's tslint.json:
{
"extends": "@martin_hotell/ts-lint-config"
}
Go checkout examples !
Document your API here
How to do Foo
Today we're gonna build Foo....