mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-03 12:11:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			192 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			192 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb",
 | 
						|
 | 
						|
	"globals": {
 | 
						|
		"BigInt": true,
 | 
						|
	},
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
 | 
						|
		"operator-linebreak": [2, "before"],
 | 
						|
	},
 | 
						|
}
 |