From 42ddee49a7a918b41bca1b6997b8eda5062f7673 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 9 Oct 2022 20:29:11 +0300 Subject: [PATCH] chore: lint --- .putout.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.putout.json b/.putout.json index d8698a86..569397a7 100644 --- a/.putout.json +++ b/.putout.json @@ -33,6 +33,9 @@ "client/{client,cloudcmd,load-module}.js": { "remove-console": "off" }, + "client/sw": { + "remove-console": "off" + }, "test/common/cloudfunc.js": { "remove-console": "off" },