mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 018ee5a4dc
			
		
	
	
		018ee5a4dc
		
	
	
	
	
		
			
			This commit also removes the utils.js engine file, moving some of it's content to config.js and some to engine.js .
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
| 	"extends": [
 | |
| 		"./.eslintrc.js",
 | |
| 	],
 | |
| 	"globals": {
 | |
| 		"InternalConfig": true,
 | |
| 		"Godot": true,
 | |
| 		"Preloader": true,
 | |
| 	},
 | |
| };
 |