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