Blame view

src/main/resources/leafletmap/Leaflet.markercluster-1.4.1/build/hintrc.js 641 Bytes
9e952e84e   lsagona   add message clust...
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
  exports.config = {
  
  	// environment
  	"browser": true,
  	"node": true,
  	"predef": ['L', 'define'],
  	"strict": false,
  
  	// code style
  	"bitwise": true,
  	"camelcase": true,
  	"curly": true,
  	"eqeqeq": true,
  	"forin": false,
  	"immed": true,
  	"latedef": true,
  	"newcap": true,
  	"noarg": true,
  	"noempty": true,
  	"nonew": true,
  	"undef": true,
  	"unused": true,
  	//"quotmark": "single",
  
  	// whitespace
  	"indent": 4,
  	"trailing": true,
  	"white": true,
  	"smarttabs": true,
  	//"maxlen": 120
  
  	// code simplicity - not enforced but nice to check from time to time
  	// "maxstatements": 20,
  	// "maxcomplexity": 5
  	// "maxparams": 4,
  	// "maxdepth": 4
  };