1.0.2 • Published 1 year ago

@svg-zentrale/sts v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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", ...],
  // ...
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago