From 14dc7ac3a3ecc367d3aa9db54aaec135d90951fe Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 16 Sep 2020 18:51:02 +0300 Subject: [PATCH] feature(package) putout v10.0.0 --- .madrun.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.madrun.js b/.madrun.js index 50acb900..a3e6525a 100644 --- a/.madrun.js +++ b/.madrun.js @@ -34,13 +34,12 @@ module.exports = { 'build:start': () => run(['build:client', 'start']), 'build:start:dev': () => run(['build:client:dev', 'start:dev']), 'lint:all': () => run(['lint', 'lint:css', 'spell']), - 'lint:base': () => putout({ + 'lint': () => putout({ names, }), 'lint:css': () => 'stylelint css/*.css', 'spell': () => 'yaspeller .', 'fix:lint': () => run(['lint', 'lint:css'], '--fix'), - 'lint': () => run('lint:base', '--cache'), 'lint:stream': () => run('lint:base', '-f stream'), 'test:base': () => { diff --git a/package.json b/package.json index eef6a207..7395e8f2 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "package-json": "^6.0.0", "ponse": "^5.0.0", "pullout": "^4.0.0", - "putout": "^9.0.0", + "putout": "^10.0.0", "rendy": "^3.0.0", "restafary": "^8.0.0", "restbox": "^2.0.0",