integration/lib/jquery-ui/ui/.jshintrc
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 06 Jun 2013 15:00:21 +0200
changeset 85 eac446a2f32c
parent 2 78f71aa0a477
permissions -rw-r--r--
Merge

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