mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	fix: relax @typescript-eslint/prefer-nullish-coalescing
				
					
				
			Should ignore ternary tests.
This commit is contained in:
		| @@ -320,6 +320,7 @@ | ||||
|         "@typescript-eslint/prefer-nullish-coalescing": [ | ||||
|           "error", | ||||
|           { | ||||
|             "ignoreTernaryTests": true, | ||||
|             "ignoreConditionalTests": false, | ||||
|             "ignoreMixedLogicalExpressions": false | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user