From: Wouter Admiraal Date: Thu, 27 Oct 2022 13:32:57 +0000 (+0200) Subject: [NO JIRA] Disable eslint rule X-Git-Tag: 9.8.0.63668~188 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f96072d85c7c351c40c5e2528f03a4f31abeea73;p=sonarqube.git [NO JIRA] Disable eslint rule --- diff --git a/server/sonar-web/.eslintrc b/server/sonar-web/.eslintrc index 61e982205a5..ca97fff5e6d 100644 --- a/server/sonar-web/.eslintrc +++ b/server/sonar-web/.eslintrc @@ -4,6 +4,6 @@ "camelcase": "off", "promise/no-return-wrap": "warn", "react/jsx-curly-brace-presence": "warn", - "testing-library/render-result-naming-convention": "warn" + "testing-library/render-result-naming-convention": "off" } }