mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-03 14:31:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
    "parser": "@typescript-eslint/parser",
 | 
						|
    "extends": [
 | 
						|
        "plugin:@typescript-eslint/recommended",
 | 
						|
        "prettier/@typescript-eslint",
 | 
						|
        "plugin:prettier/recommended"
 | 
						|
    ],
 | 
						|
    "parserOptions": {
 | 
						|
        "ecmaVersion": 2019,
 | 
						|
        "sourceType": "module"
 | 
						|
    },
 | 
						|
    "rules": {}
 | 
						|
}
 |