From 2c7782c06a7847378159ab347ce8d99766845c71 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 4 Dec 2023 20:40:04 +0200 Subject: [PATCH] chore: putout: use npm instead of bun --- .putout.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.putout.json b/.putout.json index 58b838bf..d46d0f8c 100644 --- a/.putout.json +++ b/.putout.json @@ -1,5 +1,7 @@ { - "plugins": ["cloudcmd"], + "plugins": [ + "cloudcmd" + ], "ignore": [ "html", "fixture*", @@ -7,7 +9,8 @@ "fontello.json" ], "rules": { - "webpack/apply-externals": "off" + "webpack/apply-externals": "off", + "github/convert-npm-to-bun": "off" }, "match": { "base64": { @@ -47,4 +50,4 @@ "merge-duplicate-functions": "off" } } -} +} \ No newline at end of file