Skip to content

Commit

Permalink
fix(cli): add ./src
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Jul 18, 2021
1 parent d16f3a8 commit 0f46b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-cli/src/commands/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function lint() {

spinner = ora('eslint starting...').start()
await execa('eslint', [
'./src',
'packages/varlet-cli/src',
'packages/varlet-ui/src',
'packages/varlet-icons/lib',
Expand Down

0 comments on commit 0f46b0a

Please sign in to comment.