summaryrefslogtreecommitdiff
path: root/tslint.json
blob: 0ab0ca6e88cd7fdfa276ae09fa7a7795506e34e8 (plain)
1
2
3
4
5
6
{
	"rules": {
		"indent": [true, "tabs"],
		"semicolon": [true, "always"]
	}
}