mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: add unicorn/prefer-modern-math-apis
				
					
				
			BREAKING CHANGE: New rule introduced
This commit is contained in:
		| @@ -199,7 +199,8 @@ | ||||
|     "unicorn/throw-new-error": "error", | ||||
|     "unicorn/no-typeof-undefined": "error", | ||||
|     "unicorn/require-array-join-separator": "error", | ||||
|     "unicorn/prefer-number-properties": "error" | ||||
|     "unicorn/prefer-number-properties": "error", | ||||
|     "unicorn/prefer-modern-math-apis": "error" | ||||
|   }, | ||||
|   "overrides": [ | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user