Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 23, 2023
1 parent d4f90cf commit 72abc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function normalizeOptions(options = {}, metalsmith, debug) {
typeof value === 'string'
? `'${value}'`
: ['boolean', 'number', 'function'].includes(typeof value)
? value.toString()
: JSON.stringify(value)
? value.toString()
: JSON.stringify(value)
return acc
}, {})

Expand Down

0 comments on commit 72abc12

Please sign in to comment.