diff --git a/.eslintrc.json b/.eslintrc.json index aebba69..cee5929 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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"],