forked from mirrors/gecko-dev
		
	 499ca20f31
			
		
	
	
		499ca20f31
		
	
	
	
	
		
			
			MozReview-Commit-ID: KOZWr7FiDQZ --HG-- extra : rebase_source : 92c9bc236c9043f6ce25cc2ba45264918eb2ac15
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| 
 | |
| module.exports = {
 | |
|   rules: {
 | |
|     // XXX Bug 1326071 - This should be reduced down - probably to 20 or to
 | |
|     // be removed & synced with the mozilla/recommended value.
 | |
|     "complexity": ["error", 61],
 | |
|   }
 | |
| };
 |