Skip to content

wix-incubator/tslint-config-wix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tslint-config-wix

TSLint shareable config for all Wix projects

Install

$ npm install --save-dev tslint-config-wix

Usage

Add the TSLint config file tslint.json:

{
	"extends": "tslint-config-wix"
}