@gojob/tslint-config

v0.0.4
A mostly reasonable approach to TypeScript.
style guide lint gojob ts tsx react nest

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
  1. Within your tsconfig.json add the following extends:
{
  "extends": "tslint-config-gojob/tslint-base"
}
npm i @gojob/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/7/2018

Downloads