chore(madrun) rm lint:progress, -f progress enabled by default

This commit is contained in:
coderaiser 2020-09-02 16:02:47 +03:00
parent 19888b3ee5
commit c61681c331

View file

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