mirror of
				https://github.com/checktheroads/hyperglass
				synced 2024-05-11 05:55:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": "@upstatement/eslint-config/react",
 | 
						|
  "plugins": ["react-hooks"],
 | 
						|
  "settings": { "import/resolver": { "typescript": {} } },
 | 
						|
  "rules": {
 | 
						|
    "react-hooks/rules-of-hooks": "error",
 | 
						|
    "react-hooks/exhaustive-deps": ["warn"]
 | 
						|
  }
 | 
						|
}
 |