From 3344c87897e04369e1c10f404d5f4adaad04be29 Mon Sep 17 00:00:00 2001 From: Josue Date: Wed, 30 Jun 2021 12:43:14 -0400 Subject: [PATCH] chore(front-end): fix eslint-prettier conflict --- striker-ui/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/.eslintrc.json b/striker-ui/.eslintrc.json index 33570d35..8a8bc3cf 100644 --- a/striker-ui/.eslintrc.json +++ b/striker-ui/.eslintrc.json @@ -52,7 +52,7 @@ "react/prop-types": "off", // Importing React is not required in Next.js "react/react-in-jsx-scope": "off", - + "react/jsx-curly-newline": "off", "camelcase": "off", "@typescript-eslint/camelcase": "off" },