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

.jshintrc - github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a2ea00e4597a3a986e8d9f5fe53b02da6d0a05d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"node": true,
	"curly": true,
	"eqeqeq": true,
	"latedef": true,
	"newcap": true,
	"noarg": true,
	"undef": true,
	"unused": true,
	"trailing": true,
	"maxdepth": 5,
	"laxcomma": true,
	"browser": true
}