|  | @@ -105,7 +105,7 @@ module.exports = {
 | 
	
		
			
				|  |  |      "dot-notation": 2, // encourages use of dot notation whenever possible
 | 
	
		
			
				|  |  |      "eqeqeq": 2, // require the use of === and !==
 | 
	
		
			
				|  |  |      "guard-for-in": 2, // make sure for-in loops have an if statement (off by default)
 | 
	
		
			
				|  |  | -    "no-alert": 2, // disallow the use of alert, confirm, and prompt
 | 
	
		
			
				|  |  | +    "no-alert": 0, // disallow the use of alert, confirm, and prompt
 | 
	
		
			
				|  |  |      "no-caller": 2, // disallow use of arguments.caller or arguments.callee
 | 
	
		
			
				|  |  |      "no-div-regex": 2, // disallow division operators explicitly at beginning of regular expression (off by default)
 | 
	
		
			
				|  |  |      "no-else-return": 2, // disallow else after a return in an if (off by default)
 |