mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: add no-new-native-nonconstructor
				
					
				
			Ref: https://eslint.org/docs/latest/rules/no-new-native-nonconstructor BREAKING CHANGE: New rule introduced
This commit is contained in:
		| @@ -42,6 +42,7 @@ | ||||
|     "no-irregular-whitespace": "error", | ||||
|     "no-loss-of-precision": "error", | ||||
|     "no-misleading-character-class": "error", | ||||
|     "no-new-native-nonconstructor": "error", | ||||
|     "no-new-symbol": "error", | ||||
|     "no-obj-calls": "error", | ||||
|     "no-promise-executor-return": "error", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user