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" },