medor
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

.jshintrc
text/plain

Download raw (196 bytes)

{
	"curly": true,
	"eqeqeq": true,
	"latedef": true,
	"noarg": true,
	"noempty": true,
	"quotmark": "double",
	"undef": true,
	"unused": true,
	"strict": true,
	"trailing": true,

	"node": true
}