From 1387c0388a08660e86c2dc88688b6f3ccaa49d90 Mon Sep 17 00:00:00 2001 From: Borja Gonzalez Date: Thu, 18 Mar 2021 22:20:10 +0100 Subject: [PATCH] eslint jsx double quotes --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index cd35a7d..9846073 100644 --- a/.eslintrc +++ b/.eslintrc @@ -24,6 +24,7 @@ "react/prop-types": "off", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "error", + "jsx-quotes": ["error", "prefer-double"], "no-use-before-define": "off", "@typescript-eslint/no-use-before-define": ["error"] }