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