mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: add func-style: "expression"
				
					
				
			Ref: https://eslint.org/docs/latest/rules/func-style BREAKING CHANGE: New rule introduced
This commit is contained in:
		| @@ -146,6 +146,7 @@ | ||||
|     "radix": "error", | ||||
|     "yoda": ["error", "never"], | ||||
|     "curly": ["error", "all"], | ||||
|     "func-style": ["error", "expression"], | ||||
|     "arrow-parens": ["error", "always"], | ||||
|     "arrow-body-style": ["error", "always"], | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user