integration/v2/lib/jquery-ui/ui/.jshintrc
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 20 Jun 2013 16:21:35 +0200
changeset 131 f7f6c6acf9b9
permissions -rw-r--r--
add jquery ui

{
	"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
	}
}