2.0.3 • Published 5 years ago

@kwiwk/tslint v2.0.3

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

tslint

Kwiwk TSLint configuration

npm npm

Kwiwk Logo

Table Of Contents

Usage

Install tslint and the config as development dependencies:

yarn add -D tslint @kwiwk/tslint

Create a tslint.json file and add the following:

{
    "extends": "@kwiwk/tslint/tslint.json"
}

Add the following as a script to your package.json:

{
    // ...
    "scripts": {
        // ...
        "tslint": "tslint --project ./tsconfig.json --fix"
    }
}

Execute with the linter with the command:

yarn tslint

License

View the license here.

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago