aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/jquery/src/.eslintrc.json
blob: dbf16c58465fbb4b0947b0ff52c297c94be2ee71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	// Support: IE <=9 only, Android <=4.0 only
	// The above browsers are failing a lot of tests in the ES5
	// test suite at http://test262.ecmascript.org.
	"parserOptions": {
		"ecmaVersion": 3
	},
	"globals": {
		"window": true,
		"jQuery": true,
		"define": true,
		"module": true,
		"noGlobal": true
	},
	"rules": {
		"strict": ["error", "function"]
	}
}