From e27ba55e3a371bac6129daf734232208b39aca6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Dec 2020 09:04:28 +0100 Subject: [PATCH] Camel case rule off --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8eaf0c9..c7511d3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "rules": { "react/no-danger": "warn", "react/require-default-props": "warn", - "react/react-in-jsx-scope": "off" + "react/react-in-jsx-scope": "off", + "camelcase": "off" } } }