You've already forked uptime-kuma
							
							
				mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-30 23:58:13 +02:00 
			
		
		
		
	improve space-before-function-paren
This commit is contained in:
		| @@ -36,7 +36,11 @@ module.exports = { | ||||
|         "no-multi-spaces": ["error", { | ||||
|             ignoreEOLComments: true, | ||||
|         }], | ||||
|         "space-before-function-paren": ["error", "always"], | ||||
|         "space-before-function-paren": ["error", { | ||||
|             "anonymous": "always", | ||||
|             "named": "never", | ||||
|             "asyncArrow": "always" | ||||
|         }], | ||||
|         "curly": "error", | ||||
|         "object-curly-spacing": ["error", "always"], | ||||
|         "object-curly-newline": "off", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user