aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.jshintrc
blob: 783237218351d43a199e3c153a9f6ef1e2723091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
	"browser": true,
	"curly": true,
	"eqnull": true,
	"eqeqeq": true,
	"expr": true,
	"evil": true,
	"jquery": true,
	"latedef": true,
	"noarg": true,
	"onevar": true,
	"smarttabs": true,
	"trailing": true,
	"undef": true,
	"predef": [
		"addMonths",
		"asyncTest",
		"container",
		"deepEqual",
		"d1",
		"d2",
		"dlg",
		"domEqual",
		"drag",
		"dragged",
		"el",
		"equal",
		"equalsDate",
		"expect",
		"Globalize",
		"heightAfter",
		"init",
		"isNotOpen",
		"isOpen",
		"modal",
		"module",
		"moved",
		"notEqual",
		"offsetAfter",
		"offsetBefore",
		"ok",
		"PROP_NAME",
		"QUnit",
		"restoreScroll",
		"shouldBeDroppable",
		"shouldmove",
		"shouldNotBeDroppable",
		"shouldnotmove",
		"shouldnotresize",
		"shouldresize",
		"start",
		"strictEqual",
		"stop",
		"test",
		"TestHelpers",
		"widthAfter",
		"JSHINT"
	]
}