Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 16, 2022
1 parent 2882e7f commit 9a697f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ const NORMALIZERS = {
system: cCheckObjectProps([checkDefinedString]),
tasks: composeNormalizers(
normalizeOptionalArray,
cCheckArrayItems([checkDefinedString, normalizeConfigGlob]),
cCheckArrayItems([
composeNormalizers(checkDefinedString, normalizeConfigGlob),
]),
),
titles: cCheckObjectProps([checkDefinedString]),
}

0 comments on commit 9a697f8

Please sign in to comment.