3.4.0 • Published 5 years ago

tslint-config-storytel v3.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

TSLint configuration for Storytel

Storytel coding conventions for TypeScript projects. Linting with TSLint.

Getting started

Save the configuration

yarn add tslint-config-storytel

or

npm install --save-dev tslint-config-storytel

Create your tslint.json:

{
  "extends": [
    "tslint-config-storytel"
  ]
}

And start linting (edit folders as appropriate):

tslint 'src/**/*.ts?(x)'

Pro-tip

If you're adding this to an existing project, chances are there will be a lot of linting errors. Let tslint fix what it can for you:

tslint --fix 'src/**/*.ts?(x)'

Inspect the changes (git diff) it made. Never trust anything.

It wont fix everything, but it will get you a bit on your way.

3.4.0

5 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago