mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	fix: relax @typescript-eslint/member-delimiter-style
				
					
				
			Deprecated stylistic rule.
This commit is contained in:
		| @@ -284,13 +284,6 @@ | ||||
|             "allowDirectConstAssertionInArrowFunctions": true | ||||
|           } | ||||
|         ], | ||||
|         "@typescript-eslint/member-delimiter-style": [ | ||||
|           "error", | ||||
|           { | ||||
|             "multiline": { "delimiter": "none" }, | ||||
|             "singleline": { "delimiter": "comma", "requireLast": false } | ||||
|           } | ||||
|         ], | ||||
|         "@typescript-eslint/method-signature-style": "error", | ||||
|         "@typescript-eslint/naming-convention": [ | ||||
|           "error", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user