mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								module.exports = {
							 | 
						||
| 
								 | 
							
									"extends": [
							 | 
						||
| 
								 | 
							
										"./.eslintrc.js",
							 | 
						||
| 
								 | 
							
									],
							 | 
						||
| 
								 | 
							
									"globals": {
							 | 
						||
| 
								 | 
							
										"Godot": true,
							 | 
						||
| 
								 | 
							
										"Preloader": true,
							 | 
						||
| 
								 | 
							
										"Utils": true,
							 | 
						||
| 
								 | 
							
									},
							 | 
						||
| 
								 | 
							
								};
							 |