1.0.0 • Published 5 years ago

@gojob/tslint-config v1.0.0

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

tslint-config-gojob

This package provides Gojob's base TS tslint-base.json (without React plugins) as an extensible shared config.

Usage

We export one TSLint configurations for your usage.

tslint-config-gojob

Our default export contains all of our TSLint rules, including tslint:recommended. It requires tslint.

  1. Install the correct versions of each package, which are listed by the command:

    yarn add @gojob/tslint-config --dev
  2. Within your tsconfig.json add the following extends:

    {
      "extends": "tslint-config-gojob/tslint-base"
    }
1.0.0

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago