A TypeScript style guide based on ESlint that extends the gts rule set.
- sts is SVG's TypeScript style guide, and the configuration for our formatter, linter, and automatic code fixer. Wraps gts and overwrites if necessary rules which we consider important/unimportant for us.
- Version 1.0.1
Install:
npm install @svg-zentrale/sts --save-dev
or
yarn add @svg-zentrale/sts --dev
Edit tslint.json
:
{
"extends": ["@svgzentrale/sts", ...],
// ...
}