chore: lint: scan -> fix

This commit is contained in:
coderiaser 2026-02-25 17:03:22 +02:00
parent 061ab38b24
commit 9ead35242a

View file

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