aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
blob: c7589525f3afacec31bcf311cfcd7292dece75cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"browser": true,
	"curly": true,
	"eqnull": true,
	"eqeqeq": true,
	"expr": true,
	"jquery": true,
	"latedef": true,
	"noarg": true,
	"onevar": true,
	"quotmark": "double",
	"trailing": true,
	"undef": true,
	"unused": true,
	"predef": [
		"Globalize"
	]
}