14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "parser": "@typescript-eslint/parser",
 | 
						|
  "env": {
 | 
						|
    "node": true
 | 
						|
  },
 | 
						|
  "globals": {
 | 
						|
    "sleep": true,
 | 
						|
    "prettyFormat": true
 | 
						|
  },
 | 
						|
  "parserOptions": {
 | 
						|
    "ecmaVersion": 2018,
 | 
						|
    "sourceType": "module"
 | 
						|
  }
 | 
						|
} |