mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 06:49:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb",
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"func-name-matching": 0,
 | 
						|
		"max-statements": [2, 15]
 | 
						|
	},
 | 
						|
 | 
						|
	"overrides": [
 | 
						|
		{
 | 
						|
			"files": ["test.js"],
 | 
						|
			"rules": {
 | 
						|
				"no-magic-numbers": 0,
 | 
						|
			},
 | 
						|
		},
 | 
						|
	],
 | 
						|
}
 |