mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 0813008b8a
			
		
	
	
		0813008b8a
		
	
	
	
	
		
			
			Applies to javascript files inside the platform library folder, the exposed Engine code, and any javascript files in modules. Files ending with ".externs.js" will be ignored, you can create a ".eslintignore" file to specify extra files to be ignored.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
| 	"extends": [
 | |
| 		"./.eslintrc.js",
 | |
| 	],
 | |
| 	"globals": {
 | |
| 		"Godot": true,
 | |
| 		"Preloader": true,
 | |
| 		"Utils": true,
 | |
| 	},
 | |
| };
 |