Skip to content

Commit

Permalink
fix: pass this to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed May 2, 2023
1 parent 054b1d7 commit d30b4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/lint/index.js
Expand Up @@ -36,5 +36,5 @@ export default async function (options) {
} catch (error) {
throw new Error(error.all)
}
await this.config.lint()
await this.config.lint.call(this)
}

0 comments on commit d30b4e0

Please sign in to comment.