Skip to content

Commit

Permalink
refactor: prefer explicit default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and okonet committed Apr 4, 2020
1 parent 899d399 commit 3c57d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runAll.js
Expand Up @@ -115,7 +115,7 @@ const runAll = async (

// lint-staged 10 will automatically add modifications to index
// Warn user when their command includes `git add`
let hasDeprecatedGitAdd
let hasDeprecatedGitAdd = false

const listrOptions = {
dateFormat: false,
Expand Down

0 comments on commit 3c57d29

Please sign in to comment.