From 86d40b364cbcaf2bbfc8350372dbb8ce9200e362 Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 27 May 2020 21:03:51 -0500 Subject: [PATCH] Force arrow functions --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 93126d3..b70099c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -31,6 +31,7 @@ "classPropertiesAllowed": false } ], - "func-style": ["error", "expression"] + "func-style": ["error", "expression"], + "arrow-parens": ["error", "always"] } }