Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

5minds/typescript-guidelines

Repository files navigation

TSLint config for 5Minds projects

  • install with npm install --save-dev tslint-config-5minds
  • create a tslint.json in your project with the following content:
{
    "extends": "tslint-config-5minds"
}