]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Disable eslint rule
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 27 Oct 2022 13:32:57 +0000 (15:32 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Oct 2022 20:03:23 +0000 (20:03 +0000)
server/sonar-web/.eslintrc

index 61e982205a5b023aff08c1680bad5fb574579dc7..ca97fff5e6d289196a3ec7feda7dfbf446a5c19c 100644 (file)
@@ -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"
   }
 }