@svg-zentrale/sts
v1.0.2
Published
A TypeScript style guide based on ESlint that extends the gts rule set.
Downloads
3
Readme
README
A TypeScript style guide based on ESlint that extends the gts rule set.
What is this repository for?
- 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
How do I get set up?
Install:
npm install @svg-zentrale/sts --save-dev
or
yarn add @svg-zentrale/sts --dev
Edit tslint.json
:
{
"extends": ["@svgzentrale/sts", ...],
// ...
}