Stellar Development Foundation's default tslint config
npm install @stellar/tslint-configTo install this package:
```
yarn add --dev @stellar/tslint-config tslint
Then, extend your project's tslint.json config with this one:
`json``
{
"extends": ["@stellar/tslint-config"]
}