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'),