From 53f491ce3a58dd5934ba8f23d5cd10c86433b91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 27 May 2021 03:27:50 +0200 Subject: [PATCH] Change react/no-danger xo rule to off --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ceaef26..760d809 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "es2020" ], "rules": { - "react/no-danger": "warn", + "react/no-danger": "off", "react/require-default-props": "warn", "react/react-in-jsx-scope": "off", "camelcase": "off",