From d0117a17d807df05dfd6f6ce72a0d63f081ca529 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 20 Sep 2022 08:09:14 +0300 Subject: Update devDependencies (#37177) --- site/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'site') diff --git a/site/.eslintrc.json b/site/.eslintrc.json index 7cca4bc20..1158ba36a 100644 --- a/site/.eslintrc.json +++ b/site/.eslintrc.json @@ -48,6 +48,7 @@ "prefer-template": "error", "strict": "error", "unicorn/no-array-for-each": "off", - "unicorn/numeric-separators-style": "off" + "unicorn/numeric-separators-style": "off", + "unicorn/prefer-node-protocol": "off" } } -- cgit v1.2.3