X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.json;h=b9b190f5146555b6aaf54eafe21321b8b8c128c1;hb=29405d4fc27d01f8186482c0826b290152d027fe;hp=8b10dc67bc7b4f510e918775b1fe6fdbbc3c23e2;hpb=8475b2228f0b36777e1a9528b2d61348facad82f;p=e-mobility-charging-stations-simulator.git diff --git a/.eslintrc.json b/.eslintrc.json index 8b10dc67..b9b190f5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -84,8 +84,7 @@ "space-unary-ops": "error", "spaced-comment": ["error", "always"], "switch-colon-spacing": "error", - "arrow-body-style": ["error", "as-needed"], - "arrow-parens": ["error", "as-needed"], + "arrow-parens": ["error", "always"], "arrow-spacing": "error", "no-duplicate-imports": "error", "no-var": "error",