Sha256: 1828088dabbf4b0a4766bc09d5678586f52f9e70d5f2bff9a58a8917a98dff94

Contents?: true

Size: 638 Bytes

Versions: 5

Compression:

Stored size: 638 Bytes

Contents

{
	// environment
	"browser": true,
	"node": true,
	"globals": {
		"L": true,
		"define": true
	},
	"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
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
leaflet-js-0.7.0.4 lib/leaflet/build/hintrc.js
leaflet-js-0.7.0.3 lib/leaflet/build/hintrc.js
leaflet-js-0.7.0.2 lib/leaflet/build/hintrc.js
leaflet-js-0.7.0.1 lib/leaflet/build/hintrc.js
leaflet-js-0.7.0 lib/leaflet/build/hintrc.js