From 9ead35242a0cc30696020d6b244aacf972c223b0 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Wed, 25 Feb 2026 17:03:22 +0200 Subject: [PATCH] chore: lint: scan -> fix --- .madrun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.madrun.js b/.madrun.js index 25b65d7c..ddd8365c 100644 --- a/.madrun.js +++ b/.madrun.js @@ -19,7 +19,7 @@ export default { 'build:start': () => run(['build:client', 'start']), 'build:start:dev': () => run(['build:client:dev', 'start:dev']), 'lint:all': () => run('lint:progress'), - 'lint': () => 'redlint scan; putout . --rulesdir rules', + 'lint': () => 'redlint fix; putout . --rulesdir rules', 'lint:progress': () => run('lint', '-f progress'), 'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"', 'fresh:lint': () => run('lint', '--fresh'),