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

.eslintrc - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99ba790bd07848f2197e119f4d28dbaddced9164 (plain)
1
2
3
4
5
6
7
8
9
{
	"env": {
		"node": true
	},
	"rules": {
		"no-undef": 2,
		"no-unused-vars": 1
	}
}