mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint: remove useless arguments
This commit is contained in:
parent
8a92a94a3e
commit
a9ba166bd4
4 changed files with 4 additions and 3 deletions
|
|
@ -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'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue