0.0.13 • Published 3 years ago

@w11k/tslint-presets v0.0.13

Weekly downloads
80
License
MIT
Repository
github
Last release
3 years ago

W11K tslint-presets

This NPM package includes the TSLint preset used at W11K

Installation

Install the package as a npm dev dependency.

npm install -D @w11k/tslint-presets

Usage

After adding the package to your project, create or update your tslint.json file:

Angular

{
  "extends": "@w11k/tslint-presets/angular.json",
  "rules": {}
}

React

{
  "extends": "@w11k/tslint-presets/react.json",
  "rules": {}
}

Typescript

{
  "extends": "@w11k/tslint-presets/typescript.recommended.json",
  "rules": {}
}
0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago