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

locoslab/tslint-config-locoslab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tslint-config-locoslab Build Status npm version

TSLint (http://palantir.github.io/tslint/) configuration for Locoslab projects

Usage

  1. Install: npm install --save-dev tslint-config-locoslab
  2. Create a file named tslint.json in your project and 'extend' the config:
{
  "extends": "tslint-config-locoslab"
  // Overrides...
}

Notes:

  • TSLint and TypeScript must be installed separately, which allows using the preferred versions for each project
  • This is work-in-progress
  • The rules are roughly sorted in 3 groups: whitespace/formatting, style, tslint:recommended overrides

License

MIT

About

TSLint configuration for Locoslab projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published