22 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "parser": "@typescript-eslint/parser",
 | 
						|
  "env": {
 | 
						|
    "node": true
 | 
						|
  },
 | 
						|
  "globals": {
 | 
						|
    "sleep": true,
 | 
						|
    "prettyFormat": true
 | 
						|
  },
 | 
						|
  "parserOptions": {
 | 
						|
    "ecmaVersion": 2018,
 | 
						|
    "sourceType": "module"
 | 
						|
  },
 | 
						|
  "plugins": [
 | 
						|
    "react-hooks"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "react-hooks/rules-of-hooks": "error",
 | 
						|
    "react-hooks/exhaustive-deps": "warn"
 | 
						|
  }
 | 
						|
}
 |