You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							474 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							474 B
						
					
					
				
								{
							 | 
						|
									"root": true,
							 | 
						|
								
							 | 
						|
									"extends": "@ljharb",
							 | 
						|
								
							 | 
						|
									"rules": {
							 | 
						|
										"consistent-return": 1,
							 | 
						|
										"eqeqeq": [2, "always", { "null": "ignore" }],
							 | 
						|
										"func-name-matching": 0,
							 | 
						|
										"id-length": 0,
							 | 
						|
										"max-lines-per-function": 0,
							 | 
						|
										"max-statements": 0,
							 | 
						|
										"multiline-comment-style": 0,
							 | 
						|
										"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
							 | 
						|
										"no-magic-numbers": 0,
							 | 
						|
									},
							 | 
						|
								
							 | 
						|
									"overrides": [
							 | 
						|
										{
							 | 
						|
											"files": "test/**",
							 | 
						|
											"rules": {
							 | 
						|
												"max-params": [2, 3],
							 | 
						|
												"no-new-func": 1,
							 | 
						|
											},
							 | 
						|
										},
							 | 
						|
									],
							 | 
						|
								}
							 | 
						|
								
							 |