aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
blob: 578ee94a17b80309596f103a3da7db3f02b9d962 (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,
	"globals": {
		"Globalize": false
	}
}