Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tslint.json - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24fe5437d79b57126e779dea2aa4d05dad5d2fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"rules": {
		"no-unused-expression": true,
		"no-unreachable": true,
		"no-duplicate-variable": true,
		"no-unexternalized-strings": [
			true,
			{
				"signatures": ["localize", "nls.localize"],
				"messageIndex": 1
			}
		]
	}
}