aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
blob: 6144bf420efba9a8ddac7f8ab336bcf5b8d74ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"boss": true,
	"curly": true,
	"eqeqeq": true,
	"eqnull": true,
	"expr": true,
	"immed": true,
	"noarg": true,
	"quotmark": "double",
	"undef": true,
	"unused": true,

	"sub": true,

	"globals": {
		"window": true,

		"jQuery": true,
		"define": true,
		"module": true,
		"noGlobal": true
	}
}