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