1.0.16 • Published 6 years ago

@invisible/tslint-config v1.0.16

Weekly downloads
15
License
MIT
Repository
github
Last release
6 years ago

tslint-config

TypeScript Linting Rules based on our ES Linting Rules

Install

yarn add -D @invisible/tslint-config
# or
npm install -D @invisible/tslint-config

Usage

  1. Add "@invisible/tslint-config" to extends on your tslint.json file:
  // It should look something like:
  {
    "extends": [ "@invisible/tslint-config" ]
  }
  1. Add missing development dependencies:
yarn add -D tslint typescript
1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago