Détail du package

@princjef/tslint-config

princjef169MIT2.0.2

TSLint configuration for Typescript packages.

tslint, typescript, config

readme

tslint-config

Build Status npm version

Opinionated TSLint configuration built on top of the Airbnb style guide and designed to be used alongside Prettier for code formatting.

Usage

You can install this package in your project by running:

npm install --save-dev @princjef/tslint-config

To use, add the following to your tslint.json:

{
  "extends": "@princjef/tslint-config"
}

changelog

2.0.2 (2022-12-04)

Bug Fixes

  • deps: allow all tslint >=5 (863af4c)

2.0.1 (2019-12-24)

Bug Fixes

  • deps: update all dependencies to latest (#8) (cfa50eb)

2.0.0 (2019-04-06)

Features

  • naming: add more fine-grained naming conventions (#3) (c986b07)

BREAKING CHANGES

  • naming: naming requirements for several constructs are incompatible with previous code

1.0.0 (2019-03-05)

Features