forked from mirrors/gecko-dev
		
	# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  env: {
 | 
						|
    webextensions: true,
 | 
						|
  },
 | 
						|
 | 
						|
  rules: {
 | 
						|
    "no-shadow": "off",
 | 
						|
  },
 | 
						|
};
 |