UNPKG

@nationalbankbelgium/code-style

Version:
21 lines (15 loc) 386 B
<h1 align="center"> code style - TSLint 4.3.x </h1> ## About This sub-package hosts the [TSLint](https://palantir.github.io/tslint/) configuration for `TSLint` 4.3.x. ## Usage Adapt the content of your `tslint.json` file as follows: ```text { "extends": ["tslint:latest", "whatever config", "@nationalbankbelgium/code-style/tslint/4.3.x"], "rules": { // your rules } } ```