From 05530d09af4c086a34b9c9b34caca9c8bcbaeb64 Mon Sep 17 00:00:00 2001 From: Aleksei Rybin <0xalekseirybin@gmail.com> Date: Fri, 26 Jul 2024 18:03:15 +0700 Subject: [PATCH] Try removing this dumb prettier eslint error --- .prettierrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.prettierrc b/.prettierrc index bf45303..00367fc 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,8 +1,9 @@ { + "arrowParens": "always", + "endOfLine": "auto", "semi": true, "singleQuote": false, "tabWidth": 2, - "useTabs": false, - "arrowParens": "always", - "trailingComma": "none" + "trailingComma": "none", + "useTabs": false }