๐Ÿ“ฆ ariesly15 / nnc-alias-ts

๐Ÿ“„ tslint.json ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16{
	"rules": {
		"no-string-throw": true,
		"no-unused-expression": true,
		"no-duplicate-variable": true,
		"curly": true,
		"class-name": true,
		"semicolon": [
			true,
			"always"
		],
		"triple-equals": true
	},
	"defaultSeverity": "warning"
}