aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/.jshintrc
blob: 757f96929c27b5424dd2609bbfea06c9ce394394 (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
{
	"maxerr": 1000,

	"predef": [
		"exports",
		"describe",
		"expect",
		"it",
		"beforeEach",
		"afterEach",
		"jasmine",
		"test",
		"spyOn"
	],

	"jquery" : true,
	"browser" : true,

	"curly": true,
	"debug": false,
	"devel": true,
	"eqeqeq": true,
	"eqnull": true,
	"expr": true,
	"forin": false,
	"immed": false,
	"latedef": true,
	"newcap": true,
	"noarg": true,
	"noempty": false,
	"nonew": false,
	"nomen": false,
	"plusplus": false,
	"regexp": false,
	"undef": true,
	"sub": true,
	"white": false,
	"scripturl": true,
	"esnext": true
}