mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-11-04 10:49:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			301 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			301 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "root": true,
 | 
						|
  "env": {
 | 
						|
    "node": true,
 | 
						|
    "browser": true
 | 
						|
  },
 | 
						|
  "parser": "@typescript-eslint/parser",
 | 
						|
  "plugins": [
 | 
						|
    "@typescript-eslint"
 | 
						|
  ],
 | 
						|
  "extends": [
 | 
						|
    "eslint:recommended",
 | 
						|
    "plugin:@typescript-eslint/eslint-recommended",
 | 
						|
    "plugin:@typescript-eslint/recommended"
 | 
						|
  ]
 | 
						|
}
 |