Skip to content

Commit

Permalink
Remove unnecessary option
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyatitovich committed Apr 18, 2024
1 parent f6030e7 commit 8141ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function smartyPantsTypography(tree, file, options) {
visit(tree, 'text', node => {
const oldText = node.value
const processedText = retext()
.use(retextSmartypants, { ...options, dashes: 'oldschool' })
.use(retextSmartypants, { ...options })
.processSync(oldText)
.toString()

Expand Down

0 comments on commit 8141ab7

Please sign in to comment.