chore(cloudcmd) lint: remove useless arguments

This commit is contained in:
coderaiser 2020-02-17 17:17:16 +02:00
parent 8a92a94a3e
commit a9ba166bd4
4 changed files with 4 additions and 3 deletions

View file

@ -40,7 +40,7 @@ module.exports = {
'lint:css': () => 'stylelint css/*.css',
'spell': () => 'yaspeller .',
'fix:lint': () => run(['lint', 'lint:css'], '--fix'),
'lint': () => run('lint:progress'),
'lint': () => run('lint:progress', '--cache'),
'lint:progress': () => run('lint:base', '-f progress'),
'lint:stream': () => run('lint:base', '-f stream'),