mirror of
				https://github.com/home-assistant/frontend.git
				synced 2025-11-03 16:09:54 +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
 | 
						|
      },
 | 
						|
    },
 | 
						|
  ],
 | 
						|
};
 |