chore(@vant/cli): no longer provide stylelint (#10844)
This commit is contained in:
@@ -16,7 +16,7 @@ program
|
||||
|
||||
program
|
||||
.command('lint')
|
||||
.description('Run eslint and stylelint')
|
||||
.description('Run ESLint')
|
||||
.action(async () => {
|
||||
const { lint } = await import('./commands/lint.js');
|
||||
return lint();
|
||||
|
||||
Reference in New Issue
Block a user