1.0.16 • Published 5 years ago

@invisible/tslint-config v1.0.16

Weekly downloads
15
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 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