mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: lint: scan -> fix
This commit is contained in:
parent
061ab38b24
commit
9ead35242a
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue