| 
					
				 | 
			
			
				@@ -24,7 +24,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "react/prop-types": 0, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "array-bracket-spacing": ["error", "always"], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "object-curly-spacing": ["error", "always"], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "react-hooks/rules-of-hooks": "error" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "react-hooks/rules-of-hooks": "error", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "react/self-closing-comp": ["error", { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "component": true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "html": true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // "react-hooks/exhaustive-deps": "warn" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "settings": { 
			 |