add eslint: space-before-function-paren
This commit is contained in:
		
							parent
							
								
									70e7945a66
								
							
						
					
					
						commit
						764160f38c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -36,6 +36,7 @@ module.exports = { | |||
|         "no-multi-spaces": ["error", { | ||||
|             ignoreEOLComments: true, | ||||
|         }], | ||||
|         "space-before-function-paren": ["error", "always"], | ||||
|         "curly": "error", | ||||
|         "object-curly-spacing": ["error", "always"], | ||||
|         "object-curly-newline": "off", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue