{
	"overrides": [
		/*
		 * Productive code and test code of sap.m has been cleaned up.
		 * No more references to the global jQuery allowed
		 */
		{
			"files": [
				"src/**/*.js",
				"test/**/*.js"
			],
			"globals": {
				"jQuery": "off"
			}
		}
	]
}
