Skip to content

Commit 9ead352

Browse files
committed
chore: lint: scan -> fix
1 parent 061ab38 commit 9ead352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
'build:start': () => run(['build:client', 'start']),
2020
'build:start:dev': () => run(['build:client:dev', 'start:dev']),
2121
'lint:all': () => run('lint:progress'),
22-
'lint': () => 'redlint scan; putout . --rulesdir rules',
22+
'lint': () => 'redlint fix; putout . --rulesdir rules',
2323
'lint:progress': () => run('lint', '-f progress'),
2424
'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"',
2525
'fresh:lint': () => run('lint', '--fresh'),

0 commit comments

Comments
 (0)