README
tslint-config
Write Typescript the T-System way!
npm install --save-dev tslint tslint-config-t-system
tslint.json
{
"extends": "ts-config-t-system/tslint-base",
"rules" {
// other rules and overrides (optional)
}
}
tslint configuration for T-System projects
<script type="module">
import tslintConfigTSystem from 'https://cdn.skypack.dev/tslint-config-t-system';
</script>
Write Typescript the T-System way!
npm install --save-dev tslint tslint-config-t-system
{
"extends": "ts-config-t-system/tslint-base",
"rules" {
// other rules and overrides (optional)
}
}