aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
blob: 240302db4834f1aac05ada7612fa3e95bfe47a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"curly": true,
	"expr": true,
	"newcap": false,
	"quotmark": "double",
	"regexdash": true,
	"trailing": true,
	"undef": true,
	"unused": true,
	"maxerr": 100,

	"eqnull": true,
	"evil": true,
	"sub": true,

	"browser": true,
	"wsh": true,

	"predef": [
		"define",
		"jQuery"
	]
}