mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	test(web): fix switch case indent lint
This commit is contained in:
		
							parent
							
								
									6d133ef724
								
							
						
					
					
						commit
						85776cc7d0
					
				@ -111,7 +111,7 @@ module.exports = {
 | 
			
		||||
    'valid-typeof': 'error',
 | 
			
		||||
    camelcase: 'off',
 | 
			
		||||
    eqeqeq: ['error', 'allow-null'],
 | 
			
		||||
    indent: ['error', 2],
 | 
			
		||||
    indent: ['error', 2, { SwitchCase: 1 }],
 | 
			
		||||
    quotes: ['error', 'single', 'avoid-escape'],
 | 
			
		||||
    radix: 'error',
 | 
			
		||||
    yoda: ['error', 'never'],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user