@svg-zentrale/sts

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @svg-zentrale/sts

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

2.44 kB

Total Files

5

Last publish

Collaborators

  • svgzentrale