mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: replace no-new-object (deprecated) rule with no-object-constructor
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Lint / lint (push) Successful in 1m9s
				
					
					
				
			
		
			
				
	
				Test / test (push) Successful in 48s
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Lint / lint (push) Successful in 1m9s
				Test / test (push) Successful in 48s
				This commit is contained in:
		| @@ -112,7 +112,7 @@ | ||||
|     ], | ||||
|     "no-multi-str": "error", | ||||
|     "no-new-func": "error", | ||||
|     "no-new-object": "error", | ||||
|     "no-object-constructor": "error", | ||||
|     "no-octal": "error", | ||||
|     "no-octal-escape": "error", | ||||
|     "no-proto": "error", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user