24 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb",
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"complexity": 0,
 | 
						|
		"id-length": 0,
 | 
						|
		"new-cap": ["error", {
 | 
						|
			"capIsNewExceptions": [
 | 
						|
				"GetIntrinsic",
 | 
						|
			],
 | 
						|
		}],
 | 
						|
	},
 | 
						|
 | 
						|
	"overrides": [
 | 
						|
		{
 | 
						|
			"files": "test/**",
 | 
						|
			"rules": {
 | 
						|
				"max-lines-per-function": "off",
 | 
						|
			},
 | 
						|
		},
 | 
						|
	],
 | 
						|
}
 |