@gojob/tslint-config
v1.0.0
Published
A mostly reasonable approach to TypeScript.
Readme
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.
- Install the correct versions of each package, which are listed by the command:
yarn add @gojob/tslint-config --dev- Within your
tsconfig.jsonadd the following extends:
{
"extends": "tslint-config-gojob/tslint-base"
}