mirror of
				https://github.com/1disk/edp445.git
				synced 2024-08-14 22:47:02 +00:00 
			
		
		
		
	Changed alot of things.
This commit is contained in:
		
							parent
							
								
									a5a0523e5a
								
							
						
					
					
						commit
						3513d5390c
					
				
					 2016 changed files with 336930 additions and 9 deletions
				
			
		
							
								
								
									
										37
									
								
								node_modules/get-intrinsic/.eslintrc
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								node_modules/get-intrinsic/.eslintrc
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,37 @@ | |||
| { | ||||
| 	"root": true, | ||||
| 
 | ||||
| 	"extends": "@ljharb", | ||||
| 
 | ||||
| 	"env": { | ||||
| 		"es6": true, | ||||
| 		"es2017": true, | ||||
| 		"es2020": true, | ||||
| 		"es2021": true, | ||||
| 		"es2022": true, | ||||
| 	}, | ||||
| 
 | ||||
| 	"rules": { | ||||
| 		"array-bracket-newline": 0, | ||||
| 		"complexity": 0, | ||||
| 		"eqeqeq": [2, "allow-null"], | ||||
| 		"func-name-matching": 0, | ||||
| 		"id-length": 0, | ||||
| 		"max-lines-per-function": [2, 90], | ||||
| 		"max-params": [2, 4], | ||||
| 		"max-statements": 0, | ||||
| 		"max-statements-per-line": [2, { "max": 2 }], | ||||
| 		"multiline-comment-style": 0, | ||||
| 		"no-magic-numbers": 0, | ||||
| 		"sort-keys": 0, | ||||
| 	}, | ||||
| 
 | ||||
| 	"overrides": [ | ||||
| 		{ | ||||
| 			"files": "test/**", | ||||
| 			"rules": { | ||||
| 				"new-cap": 0, | ||||
| 			}, | ||||
| 		}, | ||||
| 	], | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue