@stellar/tslint-config
v1.0.4
Published
Stellar Development Foundation's default tslint config
Downloads
55
Keywords
Readme
@stellar/tslint-config
Usage
To install this package:
yarn add --dev @stellar/tslint-config tslint
Then, extend your project's tslint.json
config with this one:
{
"extends": ["@stellar/tslint-config"]
}