mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: add no-extra-boolean-cast
				
					
				
			BREAKING CHANGE: New rule introduced
This commit is contained in:
		| @@ -133,6 +133,7 @@ export default typescriptESLint.config( | ||||
|       "no-caller": "error", | ||||
|       "no-delete-var": "error", | ||||
|       "no-implicit-coercion": "error", | ||||
|       "no-extra-boolean-cast": ["error", { enforceForInnerExpressions: true }], | ||||
|       "no-empty": [ | ||||
|         "error", | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user