1.0.0-alpha.7 • Published 8 years ago
@studiohyperdrive/tslint-config v1.0.0-alpha.7
FEO TSLint config
Installation
$ npm install --save-dev @studiohyperdrive/tslint-configUsage
Create an tslint.json file in the root of your project and extend the default TSLint settings.
module.exports = {
"extends": [
"@studiohyperdrive/tslint-config",
// In case of testing
"@studiohyperdrive/tslint-config/lib/tests"
]
}1.0.0-alpha.7
8 years ago