mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	sync lint settings
This commit is contained in:
		
							parent
							
								
									358d0521a1
								
							
						
					
					
						commit
						d992a959f2
					
				@ -14,7 +14,10 @@
 | 
			
		||||
  },
 | 
			
		||||
  "rules": {
 | 
			
		||||
    "indent": ["error", 2, { "SwitchCase": 1 }],
 | 
			
		||||
    "comma-dangle": ["error", { "objects": "always-multiline", "arrays": "always-multiline" }],
 | 
			
		||||
    "comma-dangle": [
 | 
			
		||||
      "error",
 | 
			
		||||
      { "objects": "always-multiline", "arrays": "always-multiline", "imports": "always-multiline" }
 | 
			
		||||
    ],
 | 
			
		||||
    "no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }],
 | 
			
		||||
    "no-console": "error"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user