integration/v2/lib/jquery-ui/ui/.jshintrc
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 27 Jun 2013 12:35:01 +0200
changeset 167 04646c75a717
parent 131 f7f6c6acf9b9
permissions -rw-r--r--
update tools sprite

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