mirror of
				https://github.com/home-assistant/frontend.git
				synced 2025-10-31 06:29:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default {
 | |
|   trailingComma: "es5",
 | |
|   overrides: [
 | |
|     {
 | |
|       files: "*.globals.ts",
 | |
|       options: {
 | |
|         printWidth: 9999, // Effectively disables line wrapping for these files
 | |
|       },
 | |
|     },
 | |
|   ],
 | |
| };
 | 
