integration/v2/lib/jquery-ui/ui/.jshintrc
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 24 Jun 2013 15:59:04 +0200
changeset 138 f694df1f57a6
parent 131 f7f6c6acf9b9
permissions -rw-r--r--
update collection vue

{
	"boss": true,
	"curly": true,
	"eqeqeq": true,
	"eqnull": true,
	"expr": true,
	"immed": true,
	"noarg": true,
	"onevar": true,
	"quotmark": "double",
	"smarttabs": true,
	"trailing": true,
	"undef": true,
	"unused": true,

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

	"globals": {
		"Globalize": false
	}
}