An opinionated tslint config.
yarn add tslint-config-beanloop
npm install --save tslint-config-beanloop
Set your tslint config to:
{
"extends": [
"tslint-config-beanloop"
]
}
tslint-config-beanloop is dual-licensed under Apache 2.0 and MIT terms.