16 lines
		
	
	
	
		
			208 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			208 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb",
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"func-name-matching": 0,
 | 
						|
		"id-length": 0,
 | 
						|
		"new-cap": [2, {
 | 
						|
			"capIsNewExceptions": [
 | 
						|
				"GetIntrinsic",
 | 
						|
			],
 | 
						|
		}],
 | 
						|
		"no-magic-numbers": 0,
 | 
						|
	},
 | 
						|
}
 |