From b3b618b2ca66984f0e0abb78ae2974ac1d47a616 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 26 Jan 2021 19:28:03 +0200 Subject: [PATCH] feature(package) putout v14.0.0 --- .putout.json | 10 ---------- package.json | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.putout.json b/.putout.json index 50e6f805..0b4fcd1e 100644 --- a/.putout.json +++ b/.putout.json @@ -24,16 +24,6 @@ "client/{client,cloudcmd,load-module}.js": { "remove-console": "off" }, - "client/modules/config/index.js": { - "apply-shorthand-properties": [{ - "ignore": [ - "ONE_MINUTE" - ] - }] - }, - "view.js": { - "apply-shorthand-properties": "off" - }, "test/common/cloudfunc.js": { "remove-console": "off" }, diff --git a/package.json b/package.json index 2639b38d..02e463fd 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "package-json": "^6.0.0", "ponse": "^6.0.0", "pullout": "^4.0.0", - "putout": "^13.0.0", + "putout": "^14.0.0", "redzip": "^1.3.0", "rendy": "^3.0.0", "restafary": "^9.1.0",